Applying ./patches/010-allow-json-dynamic-lookup.patch using plaintext: patching file src/drtables.c Applying ./patches/030-openssl-deprecated.patch using plaintext: patching file src/dane-openssl.c patching file src/pdkim/signing.c patching file src/tls-openssl.c patching file src/tlscert-openssl.c Applying ./patches/100-localscan_dlopen.patch using plaintext: patching file src/EDITME patching file src/config.h.defaults patching file src/globals.c patching file src/globals.h patching file src/local_scan.c patching file src/local_scan.h patching file src/readconf.c patching file src/string.c make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95' >>> Creating links to source files... >>> Creating lookups/Makefile for building dynamic modules >>> New Makefile & lookups/Makefile installed >>> Use "make makefile" if you need to force rebuilding of the makefile make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95' make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc' cc buildconfig.c /bin/sh ../scripts/Configure-config.h "make" make[5]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc' make[5]: 'buildconfig' is up to date. make[5]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc' Building configuration file config.h >>> config.h built cc -DMACRO_PREDEF macro_predef.c cc -DMACRO_PREDEF globals.c cc -DMACRO_PREDEF readconf.c cc -DMACRO_PREDEF route.c cc -DMACRO_PREDEF transport.c cc -DMACRO_PREDEF drtables.c cc -DMACRO_PREDEF acl.c cc -DMACRO_PREDEF tls.c cc -DMACRO_PREDEF transports/appendfile.c cc -DMACRO_PREDEF transports/autoreply.c cc -DMACRO_PREDEF transports/lmtp.c cc -DMACRO_PREDEF transports/pipe.c cc -DMACRO_PREDEF transports/queuefile.c cc -DMACRO_PREDEF transports/smtp.c cc -DMACRO_PREDEF routers/accept.c cc -DMACRO_PREDEF routers/dnslookup.c cc -DMACRO_PREDEF routers/ipliteral.c cc -DMACRO_PREDEF routers/iplookup.c cc -DMACRO_PREDEF routers/manualroute.c cc -DMACRO_PREDEF routers/queryprogram.c cc -DMACRO_PREDEF routers/redirect.c cc -DMACRO_PREDEF auths/auth-spa.c cc -DMACRO_PREDEF auths/cram_md5.c cc -DMACRO_PREDEF auths/cyrus_sasl.c cc -DMACRO_PREDEF auths/dovecot.c cc -DMACRO_PREDEF auths/gsasl_exim.c cc -DMACRO_PREDEF auths/heimdal_gssapi.c cc -DMACRO_PREDEF auths/plaintext.c cc -DMACRO_PREDEF auths/spa.c cc -DMACRO_PREDEF auths/tls.c cc -DMACRO_PREDEF auths/external.c cc -DMACRO_PREDEF dkim.c cc -DMACRO_PREDEF malware.c cc -DMACRO_PREDEF pdkim/signing.c cc -o macro_predef make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc' make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95' /bin/sh scripts/source_checks `Makefile' is up to date. make[5]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc' /bin/sh ../scripts/Configure-os.c ./macro_predef > macro.c arc-openwrt-linux-gnu-gcc exim_dbmbuild.c arc-openwrt-linux-gnu-gcc -DEXIM_DUMPDB exim_dbutil.c arc-openwrt-linux-gnu-gcc -DCOMPILE_UTILITY os.c arc-openwrt-linux-gnu-gcc -DCOMPILE_UTILITY store.c store.c: In function 'store_get_3': store.c:350:7: warning: ignoring return value of 'posix_memalign' declared with attribute 'warn_unused_result' [-Wunused-result] 350 | posix_memalign((void **)&newblock, pgsize, (mlength + pgsize - 1) & ~(pgsize - 1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc -DEXIM_FIXDB exim_dbutil.c arc-openwrt-linux-gnu-gcc -DCOMPILE_UTILITY queue.c arc-openwrt-linux-gnu-gcc -DEXIM_TIDYDB exim_dbutil.c arc-openwrt-linux-gnu-gcc exim_lock.c arc-openwrt-linux-gnu-gcc -o exim_lock >>> exim_lock utility built arc-openwrt-linux-gnu-gcc acl.c arc-openwrt-linux-gnu-gcc base64.c arc-openwrt-linux-gnu-gcc child.c arc-openwrt-linux-gnu-gcc crypt16.c arc-openwrt-linux-gnu-gcc daemon.c arc-openwrt-linux-gnu-gcc dbfn.c dbfn.c: In function 'dbfn_open': dbfn.c:116:47: warning: '.lockfile' directive output may be truncated writing 9 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 116 | snprintf(CS filename, sizeof(filename), "%s/%s.lockfile", dirname, name); | ^~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/stdio.h:888, from exim.h:74, from dbfn.c:10: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/stdio2.h:71:10: note: '__builtin_snprintf' output 11 or more bytes (assuming 266) into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dbfn.c:172:47: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 172 | snprintf(CS filename, sizeof(filename), "%s/%s", dirname, name); | ^ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/stdio.h:888, from exim.h:74, from dbfn.c:10: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/stdio2.h:71:10: note: '__builtin_snprintf' output 2 or more bytes (assuming 257) into a destination of size 256 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc debug.c arc-openwrt-linux-gnu-gcc deliver.c In file included from exim.h:538, from deliver.c:12: functions.h: In function 'string_timediff': functions.h:1094:35: warning: '%03u' directive output may be truncated writing between 3 and 7 bytes into a region of size between 0 and 5 [-Wformat-truncation=] 1094 | snprintf(CS buf, sizeof(buf), "%u.%03us", (uint)diff->tv_sec, (uint)diff->tv_usec/1000); | ^~~~ functions.h:1094:31: note: directive argument in the range [0, 4294967] 1094 | snprintf(CS buf, sizeof(buf), "%u.%03us", (uint)diff->tv_sec, (uint)diff->tv_usec/1000); | ^~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/stdio.h:888, from exim.h:74, from deliver.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/stdio2.h:71:10: note: '__builtin_snprintf' output between 7 and 20 bytes into a destination of size 7 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ deliver.c: In function 'deliver_local': deliver.c:2415:17: warning: 'write' reading 4 bytes from a region of size 2 [-Wstringop-overread] 2415 | if( (ret = write(pfd[pipe_write], &addr2->transport_return, sizeof(int))) != sizeof(int) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from exim.h:534, from deliver.c:12: structs.h:671:13: note: source object 'transport_return' of size 2 671 | short int transport_return; /* result of delivery attempt */ | ^~~~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/sigstksz.h:24, from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/signal.h:328, from exim.h:71, from deliver.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/unistd.h:381:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)' 381 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur | ^~~~~ deliver.c:2421:17: warning: 'write' reading 4 bytes from a region of size 2 [-Wstringop-overread] 2421 | || (ret = write(pfd[pipe_write], &addr2->special_action, sizeof(int))) != sizeof(int) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from exim.h:534, from deliver.c:12: structs.h:666:13: note: source object 'special_action' of size 2 666 | short int special_action; /* ( used when when deferred or failed */ | ^~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/sigstksz.h:24, from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/signal.h:328, from exim.h:71, from deliver.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/unistd.h:381:16: note: in a call to function 'write' declared with attribute 'access (read_only, 2, 3)' 381 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur | ^~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/features.h:490, from os.h:10, from exim.h:36, from deliver.c:12: In function 'read', inlined from 'deliver_local' at deliver.c:2489:11: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/unistd.h:38:10: warning: '__read_alias' writing 4 bytes into a region of size 2 overflows the destination [-Wstringop-overflow=] 38 | return __glibc_fortify (read, __nbytes, sizeof (char), | ^~~~~~~~~~~~~~~ In file included from exim.h:534, from deliver.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/unistd.h: In function 'deliver_local': structs.h:666:13: note: destination object 'special_action' of size 2 666 | short int special_action; /* ( used when when deferred or failed */ | ^~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/features.h:490, from os.h:10, from exim.h:36, from deliver.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/unistd.h:26:16: note: in a call to function '__read_alias' declared with attribute 'access (write_only, 2, 3)' 26 | extern ssize_t __REDIRECT (__read_alias, (int __fd, void *__buf, | ^~~~~~~~~~ arc-openwrt-linux-gnu-gcc directory.c arc-openwrt-linux-gnu-gcc dns.c arc-openwrt-linux-gnu-gcc drtables.c arc-openwrt-linux-gnu-gcc enq.c arc-openwrt-linux-gnu-gcc exim.c exim.c: In function 'exim_wait_tick': exim.c:489:20: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time_t' {aka 'long long int'} [-Wformat=] 489 | debug_printf("tick check: " TIME_T_FMT ".%06lu " TIME_T_FMT ".%06lu\n", | ^~~~~~~~~~~~~~ 490 | tgt_tv->tv_sec, (long) tgt_tv->tv_usec, | ~~~~~~~~~~~~~~ | | | __time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from exim.c:14: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld exim.c:489:20: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time_t' {aka 'long long int'} [-Wformat=] 489 | debug_printf("tick check: " TIME_T_FMT ".%06lu " TIME_T_FMT ".%06lu\n", | ^~~~~~~~~~~~~~ 490 | tgt_tv->tv_sec, (long) tgt_tv->tv_usec, 491 | now_tv.tv_sec, (long) now_tv.tv_usec); | ~~~~~~~~~~~~~ | | | __time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from exim.c:14: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld exim.c:492:20: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time_t' {aka 'long long int'} [-Wformat=] 492 | debug_printf("waiting " TIME_T_FMT ".%06lu sec\n", | ^~~~~~~~~~ 493 | itval.it_value.tv_sec, (long) itval.it_value.tv_usec); | ~~~~~~~~~~~~~~~~~~~~~ | | | __time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from exim.c:14: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld In file included from exim.h:538, from exim.c:14: exim.c: In function 'exim_nullstd': exim.c:570:26: warning: too many arguments for format [-Wformat-extra-args] 570 | string_open_failed("/dev/null", NULL)); | ^~~~~~~~~~~ functions.h:572:59: note: in definition of macro 'string_open_failed' 572 | string_open_failed_trc(US __FUNCTION__, __LINE__, fmt, __VA_ARGS__) | ^~~ In file included from local_scan.h:32, from exim.h:531, from exim.c:14: exim.c: In function 'main': mytypes.h:97:28: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 97 | #define Uchdir(s) chdir(CCS(s)) | ^~~~~~~~~~~~~ exim.c:4231:10: note: in expansion of macro 'Uchdir' 4231 | (void) Uchdir(spool_directory); | ^~~~~~ exim.c: In function 'usr1_handler': exim.c:258:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 258 | (void)write(fd, process_info, process_info_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc expand.c arc-openwrt-linux-gnu-gcc filter.c filter.c: In function 'interpret_commands': filter.c:2018:30: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2018 | else headers_charset = s; /*XXX loses track of const */ | ^ filter.c:2042:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2042 | fmsg = expargs[0]; /*XXX loses track of const */ | ^ filter.c:2129:47: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2129 | if (i != mailarg_index_text) for (p = s; *p != 0; p++) | ^ filter.c:2179:31: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2179 | commands->args[i].u = s; /*XXX loses track of const */ | ^ arc-openwrt-linux-gnu-gcc filtertest.c arc-openwrt-linux-gnu-gcc globals.c arc-openwrt-linux-gnu-gcc dkim.c arc-openwrt-linux-gnu-gcc dkim_transport.c arc-openwrt-linux-gnu-gcc dnsbl.c arc-openwrt-linux-gnu-gcc hash.c arc-openwrt-linux-gnu-gcc header.c arc-openwrt-linux-gnu-gcc host.c arc-openwrt-linux-gnu-gcc ip.c arc-openwrt-linux-gnu-gcc log.c log.c: In function 'log_write': log.c:1256:14: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1256 | (void) write(paniclogfd, panic_save_buffer, Ustrlen(panic_save_buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc lss.c arc-openwrt-linux-gnu-gcc match.c arc-openwrt-linux-gnu-gcc md5.c arc-openwrt-linux-gnu-gcc moan.c arc-openwrt-linux-gnu-gcc os.c arc-openwrt-linux-gnu-gcc parse.c arc-openwrt-linux-gnu-gcc priv.c arc-openwrt-linux-gnu-gcc queue.c arc-openwrt-linux-gnu-gcc rda.c arc-openwrt-linux-gnu-gcc readconf.c arc-openwrt-linux-gnu-gcc receive.c In file included from exim.h:538, from receive.c:11: receive.c: In function 'receive_msg': functions.h:1094:35: warning: '%03u' directive output may be truncated writing between 3 and 7 bytes into a region of size between 0 and 5 [-Wformat-truncation=] 1094 | snprintf(CS buf, sizeof(buf), "%u.%03us", (uint)diff->tv_sec, (uint)diff->tv_usec/1000); | ^~~~ functions.h:1094:31: note: directive argument in the range [0, 4294967] 1094 | snprintf(CS buf, sizeof(buf), "%u.%03us", (uint)diff->tv_sec, (uint)diff->tv_usec/1000); | ^~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/stdio.h:888, from exim.h:74, from receive.c:11: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/stdio2.h:71:10: note: '__builtin_snprintf' output between 7 and 20 bytes into a destination of size 7 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc retry.c retry.c: In function 'retry_ultimate_address_timeout': retry.c:42:16: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=] 42 | debug_printf(" now=" TIME_T_FMT " first_failed=" TIME_T_FMT | ^~~~~~~~ 43 | " next_try=" TIME_T_FMT " expired=%c\n", 44 | now, retry_record->first_failed, | ~~~ | | | time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from retry.c:12: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld retry.c:42:16: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 42 | debug_printf(" now=" TIME_T_FMT " first_failed=" TIME_T_FMT | ^~~~~~~~ 43 | " next_try=" TIME_T_FMT " expired=%c\n", 44 | now, retry_record->first_failed, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from retry.c:12: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld retry.c:42:16: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 42 | debug_printf(" now=" TIME_T_FMT " first_failed=" TIME_T_FMT | ^~~~~~~~ ...... 45 | retry_record->next_try, retry_record->expired ? 'T' : 'F'); | ~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from retry.c:12: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld retry.c:56:18: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time_t' {aka 'long long int'} [-Wformat=] 56 | debug_printf(" received_time=" TIME_T_FMT " diff=%d timeout=%d\n", | ^~~~~~~~~~~~~~~~~~ 57 | received_time.tv_sec, (int)(now - received_time.tv_sec), last_rule->timeout); | ~~~~~~~~~~~~~~~~~~~~ | | | __time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from retry.c:12: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld arc-openwrt-linux-gnu-gcc rewrite.c arc-openwrt-linux-gnu-gcc rfc2047.c arc-openwrt-linux-gnu-gcc route.c arc-openwrt-linux-gnu-gcc search.c arc-openwrt-linux-gnu-gcc sieve.c arc-openwrt-linux-gnu-gcc smtp_in.c In file included from exim.h:538, from smtp_in.c:12: functions.h: In function 'string_timesince.constprop': functions.h:1094:35: warning: '%03u' directive output may be truncated writing between 3 and 7 bytes into a region of size between 0 and 5 [-Wformat-truncation=] 1094 | snprintf(CS buf, sizeof(buf), "%u.%03us", (uint)diff->tv_sec, (uint)diff->tv_usec/1000); | ^~~~ functions.h:1094:31: note: directive argument in the range [0, 4294967] 1094 | snprintf(CS buf, sizeof(buf), "%u.%03us", (uint)diff->tv_sec, (uint)diff->tv_usec/1000); | ^~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/stdio.h:888, from exim.h:74, from smtp_in.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/stdio2.h:71:10: note: '__builtin_snprintf' output between 7 and 20 bytes into a destination of size 7 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc smtp_out.c arc-openwrt-linux-gnu-gcc spool_in.c In file included from local_scan.h:31, from exim.h:531, from spool_in.c:13: spool_in.c: In function 'spool_read_header': config.h:18:22: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type '__time_t *' {aka 'long long int *'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ spool_in.c:451:27: note: in expansion of macro 'TIME_T_FMT' 451 | if (sscanf(CS big_buffer, TIME_T_FMT " %d", &received_time.tv_sec, &warning_count) != 2) | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int * | %lld config.h:18:22: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'time_t *' {aka 'long long int *'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ spool_in.c:591:28: note: in expansion of macro 'TIME_T_FMT' 591 | if (sscanf(CS var+6, TIME_T_FMT, &deliver_frozen_at) != 1) | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int * | %lld arc-openwrt-linux-gnu-gcc spool_out.c spool_out.c: In function 'spool_write_header': spool_out.c:243:35: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 243 | if (f.deliver_freeze) fprintf(fp, "-frozen " TIME_T_FMT "\n", deliver_frozen_at); | ^~~~~~~~~~ ~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from local_scan.h:31, from exim.h:531, from spool_out.c:12: config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld arc-openwrt-linux-gnu-gcc std-crypto.c arc-openwrt-linux-gnu-gcc store.c store.c: In function 'store_get_3': store.c:350:7: warning: ignoring return value of 'posix_memalign' declared with attribute 'warn_unused_result' [-Wunused-result] 350 | posix_memalign((void **)&newblock, pgsize, (mlength + pgsize - 1) & ~(pgsize - 1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc string.c arc-openwrt-linux-gnu-gcc tls.c arc-openwrt-linux-gnu-gcc tod.c In file included from local_scan.h:31, from exim.h:531, from tod.c:12: tod.c: In function 'tod_stamp': config.h:18:22: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time_t' {aka 'long long int'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ tod.c:66:50: note: in expansion of macro 'TIME_T_FMT' 66 | (void) snprintf(CS timebuf, sizeof(timebuf), TIME_T_FMT, now.tv_sec); /* Unix epoch format */ | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld config.h:18:22: warning: format '%ld' expects argument of type 'long int', but argument 4 has type '__time_t' {aka 'long long int'} [-Wformat=] 18 | # define TIME_T_FMT "%ld" | ^~~~~ tod.c:71:50: note: in expansion of macro 'TIME_T_FMT' 71 | (void) snprintf(CS timebuf, sizeof(timebuf), TIME_T_FMT "%06ld", now.tv_sec, (long) now.tv_usec ); | ^~~~~~~~~~ config.h:18:25: note: format string is defined here 18 | # define TIME_T_FMT "%ld" | ~~^ | | | long int | %lld tod.c:192:51: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 13 [-Wformat-truncation=] 192 | "%04u-%02u-%02u %02u:%02u:%02u %+03d%02d", | ^~~~ tod.c:192:15: note: directive argument in the range [0, 2147483647] 192 | "%04u-%02u-%02u %02u:%02u:%02u %+03d%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/stdio.h:888, from exim.h:74, from tod.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/stdio2.h:71:10: note: '__builtin_snprintf' output between 26 and 86 bytes into a destination of size 36 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ tod.c:185:56: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 9 [-Wformat-truncation=] 185 | "%04u-%02u-%02u %02u:%02u:%02u.%03u %+03d%02d", | ^~~~ tod.c:185:15: note: directive argument in the range [0, 2147483647] 185 | "%04u-%02u-%02u %02u:%02u:%02u.%03u %+03d%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/stdio.h:888, from exim.h:74, from tod.c:12: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include/bits/stdio2.h:71:10: note: '__builtin_snprintf' output between 30 and 97 bytes into a destination of size 36 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc transport.c arc-openwrt-linux-gnu-gcc tree.c arc-openwrt-linux-gnu-gcc verify.c verify.c: In function 'verify_quota': verify.c:3399:1: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3399 | write(1, msg, len); | ^~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc environment.c arc-openwrt-linux-gnu-gcc macro.c arc-openwrt-linux-gnu-gcc malware.c arc-openwrt-linux-gnu-gcc mime.c arc-openwrt-linux-gnu-gcc regex.c arc-openwrt-linux-gnu-gcc spam.c arc-openwrt-linux-gnu-gcc spool_mbox.c arc-openwrt-linux-gnu-gcc arc.c arc-openwrt-linux-gnu-gcc bmi_spam.c arc-openwrt-linux-gnu-gcc dane.c arc-openwrt-linux-gnu-gcc dcc.c arc-openwrt-linux-gnu-gcc dmarc.c arc-openwrt-linux-gnu-gcc imap_utf7.c arc-openwrt-linux-gnu-gcc spf.c arc-openwrt-linux-gnu-gcc srs.c arc-openwrt-linux-gnu-gcc utf8.c >>> exicyclog script built >>> exinext script built >>> exiwhat script built >>> exigrep script built >>> eximstats script built >>> exipick script built >>> exiqgrep script built >>> exiqsumm script built >>> transport-filter.pl script built >>> convert4r3 script built >>> convert4r4 script built >>> exim_checkaccess script built arc-openwrt-linux-gnu-gcc -o exim_dbmbuild >>> exim_dbmbuild utility built arc-openwrt-linux-gnu-gcc -o exim_dumpdb >>> exim_dumpdb utility built arc-openwrt-linux-gnu-gcc -o exim_fixdb >>> exim_fixdb utility built arc-openwrt-linux-gnu-gcc -o exim_tidydb >>> exim_tidydb utility built make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/lookups' arc-openwrt-linux-gnu-gcc dsearch.c arc-openwrt-linux-gnu-gcc lsearch.c arc-openwrt-linux-gnu-gcc spf.c arc-openwrt-linux-gnu-gcc readsock.c arc-openwrt-linux-gnu-gcc lf_quote.c arc-openwrt-linux-gnu-gcc lf_check_file.c arc-openwrt-linux-gnu-gcc lf_sqlperform.c arc-openwrt-linux-gnu-gcc -shared cdb.c arc-openwrt-linux-gnu-gcc -shared dbmdb.c arc-openwrt-linux-gnu-gcc -shared dnsdb.c arc-openwrt-linux-gnu-gcc -shared json.c arc-openwrt-linux-gnu-gcc -shared mysql.c arc-openwrt-linux-gnu-gcc -shared passwd.c arc-openwrt-linux-gnu-gcc -shared pgsql.c arc-openwrt-linux-gnu-gcc -shared redis.c arc-openwrt-linux-gnu-gcc -shared sqlite.c arc-openwrt-linux-gnu-gcc-ar r lookups.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/bin/../lib/gcc/arc-openwrt-linux-gnu/11.3.0/../../../../arc-openwrt-linux-gnu/bin/ar: creating lookups.a arc-openwrt-linux-gnu-gcc-ranlib lookups.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/lookups' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/auths' arc-openwrt-linux-gnu-gcc auth-spa.c arc-openwrt-linux-gnu-gcc call_pam.c arc-openwrt-linux-gnu-gcc call_pwcheck.c arc-openwrt-linux-gnu-gcc call_radius.c arc-openwrt-linux-gnu-gcc check_serv_cond.c arc-openwrt-linux-gnu-gcc cram_md5.c arc-openwrt-linux-gnu-gcc cyrus_sasl.c arc-openwrt-linux-gnu-gcc dovecot.c arc-openwrt-linux-gnu-gcc external.c arc-openwrt-linux-gnu-gcc get_data.c arc-openwrt-linux-gnu-gcc get_no64_data.c arc-openwrt-linux-gnu-gcc gsasl_exim.c arc-openwrt-linux-gnu-gcc heimdal_gssapi.c arc-openwrt-linux-gnu-gcc plaintext.c arc-openwrt-linux-gnu-gcc pwcheck.c arc-openwrt-linux-gnu-gcc spa.c arc-openwrt-linux-gnu-gcc tls.c arc-openwrt-linux-gnu-gcc xtextdecode.c arc-openwrt-linux-gnu-gcc xtextencode.c arc-openwrt-linux-gnu-gcc-ar r auths.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/bin/../lib/gcc/arc-openwrt-linux-gnu/11.3.0/../../../../arc-openwrt-linux-gnu/bin/ar: creating auths.a arc-openwrt-linux-gnu-gcc-ranlib auths.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/auths' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/pdkim' arc-openwrt-linux-gnu-gcc pdkim.c arc-openwrt-linux-gnu-gcc signing.c arc-openwrt-linux-gnu-gcc-ar r pdkim.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/bin/../lib/gcc/arc-openwrt-linux-gnu/11.3.0/../../../../arc-openwrt-linux-gnu/bin/ar: creating pdkim.a arc-openwrt-linux-gnu-gcc-ranlib pdkim.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/pdkim' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/routers' arc-openwrt-linux-gnu-gcc accept.c arc-openwrt-linux-gnu-gcc dnslookup.c arc-openwrt-linux-gnu-gcc ipliteral.c arc-openwrt-linux-gnu-gcc iplookup.c arc-openwrt-linux-gnu-gcc manualroute.c arc-openwrt-linux-gnu-gcc queryprogram.c arc-openwrt-linux-gnu-gcc redirect.c arc-openwrt-linux-gnu-gcc rf_change_domain.c arc-openwrt-linux-gnu-gcc rf_expand_data.c arc-openwrt-linux-gnu-gcc rf_get_errors_address.c arc-openwrt-linux-gnu-gcc rf_get_munge_headers.c arc-openwrt-linux-gnu-gcc rf_get_transport.c arc-openwrt-linux-gnu-gcc rf_get_ugid.c arc-openwrt-linux-gnu-gcc rf_lookup_hostlist.c arc-openwrt-linux-gnu-gcc rf_queue_add.c arc-openwrt-linux-gnu-gcc rf_self_action.c arc-openwrt-linux-gnu-gcc rf_set_ugid.c arc-openwrt-linux-gnu-gcc-ar r routers.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/bin/../lib/gcc/arc-openwrt-linux-gnu/11.3.0/../../../../arc-openwrt-linux-gnu/bin/ar: creating routers.a arc-openwrt-linux-gnu-gcc-ranlib routers.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/routers' make[6]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/transports' arc-openwrt-linux-gnu-gcc appendfile.c arc-openwrt-linux-gnu-gcc autoreply.c arc-openwrt-linux-gnu-gcc lmtp.c arc-openwrt-linux-gnu-gcc pipe.c arc-openwrt-linux-gnu-gcc queuefile.c arc-openwrt-linux-gnu-gcc smtp.c smtp.c: In function 'smtp_transport_entry': smtp.c:5891:14: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 5891 | (void) write(fd, US"QUIT\r\n", 6); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ arc-openwrt-linux-gnu-gcc smtp_socks.c arc-openwrt-linux-gnu-gcc tf_maildir.c arc-openwrt-linux-gnu-gcc-ar r transports.a /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/bin/../lib/gcc/arc-openwrt-linux-gnu/11.3.0/../../../../arc-openwrt-linux-gnu/bin/ar: creating transports.a arc-openwrt-linux-gnu-gcc-ranlib transports.a make[6]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc/transports' arc-openwrt-linux-gnu-gcc lookups/lf_quote.c arc-openwrt-linux-gnu-gcc lookups/lf_check_file.c arc-openwrt-linux-gnu-gcc lookups/lf_sqlperform.c arc-openwrt-linux-gnu-gcc local_scan.c ../src/local_scan.c: In function 'local_scan': ../src/local_scan.c:40:28: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 40 | final_msg = (char*)malloc( final_length*sizeof(char) ) ; | ^~~~~~ ../src/local_scan.c:17:1: note: include '' or provide a declaration of 'malloc' 16 | #include +++ |+#include 17 | static int (*local_scan_fn)(int fd, uschar **return_text) = NULL; ../src/local_scan.c:40:28: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 40 | final_msg = (char*)malloc( final_length*sizeof(char) ) ; | ^~~~~~ ../src/local_scan.c:40:28: note: include '' or provide a declaration of 'malloc' arc-openwrt-linux-gnu-gcc version.c arc-openwrt-linux-gnu-gcc -o exim >>> exim binary built make[5]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/build-Linux-arc' make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95' rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim/usr/sbin/exim: executable Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-cdb/usr/lib/exim/lookups/cdb.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-cdb into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-cdb_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-dbmdb/usr/lib/exim/lookups/dbmdb.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-dbmdb into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-dbmdb_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-dnsdb/usr/lib/exim/lookups/dnsdb.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-dnsdb into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-dnsdb_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-json/usr/lib/exim/lookups/json.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-json into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-json_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-mysql/usr/lib/exim/lookups/mysql.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-mysql into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-mysql_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-passwd/usr/lib/exim/lookups/passwd.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-passwd into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-passwd_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-pgsql/usr/lib/exim/lookups/pgsql.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-pgsql into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-pgsql_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-redis/usr/lib/exim/lookups/redis.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-redis into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-redis_4.95-1_arc_archs.ipk rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-sqlite/usr/lib/exim/lookups/sqlite.so: shared object Packaged contents of /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/exim-nossl/exim-4.95/ipkg-arc_archs/exim-lookup-sqlite into /builder/shared-workdir/build/sdk/bin/packages/arc_archs/packages/exim-lookup-sqlite_4.95-1_arc_archs.ipk time: package/feeds/packages/exim/nossl/compile#97.11#17.30#130.24