MidnightBSD Magus

devel/py-awscrt

Common runtime for AWS Python projects

Flavor Version Run OSVersion Arch License Restricted Status
py39 0.19.19 571 3.1 i386 apache2 0 fail

License Permissions:

Events

Machine Type Time Message
m3132b info 2024-05-21 01:40:35.219908 Test Started
m3132b fail 2024-05-21 01:41:21.183919 make build returned non-zero: 1
m3132b fail 2024-05-21 01:41:21.351416 Test complete.

Log

===>  Building for py39-awscrt-0.19.19
running build
running build_py
creating build
creating build/lib.midnightbsd-3.1.5-i386-cpython-39
creating build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/__init__.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/_test.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/auth.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/checksums.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/common.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/crypto.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/exceptions.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/http.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/io.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/mqtt.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/mqtt5.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/s3.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
copying awscrt/websocket.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt
creating build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt/eventstream
copying awscrt/eventstream/__init__.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt/eventstream
copying awscrt/eventstream/rpc.py -> build/lib.midnightbsd-3.1.5-i386-cpython-39/awscrt/eventstream
running build_ext
-- The C compiler identification is Clang 13.0.0
-- The CXX compiler identification is Clang 13.0.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detected CMAKE_SYSTEM_PROCESSOR as i386
-- Detected 32-Bit system - disabling PQ crypto assembly optimizations
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Found crypto: /usr/lib/libcrypto.a  
-- LibCrypto Include Dir: /usr/include
-- LibCrypto Shared Lib:  /usr/lib/libcrypto.so
-- LibCrypto Static Lib:  /usr/lib/libcrypto.a
-- Using libcrypto from the cmake path
-- CMAKE_AR found: /usr/bin/llvm-ar
-- CMAKE_RANLIB found: /usr/bin/llvm-ranlib
-- CMAKE_OBJCOPY found: /usr/bin/llvm-objcopy
-- feature S2N_ATOMIC_SUPPORTED: TRUE
-- feature S2N_CLOEXEC_SUPPORTED: TRUE
-- feature S2N_CLOEXEC_XOPEN_SUPPORTED: TRUE
-- feature S2N_CLONE_SUPPORTED: FALSE
-- feature S2N_CPUID_AVAILABLE: TRUE
-- feature S2N_DIAGNOSTICS_POP_SUPPORTED: TRUE
-- feature S2N_DIAGNOSTICS_PUSH_SUPPORTED: TRUE
-- feature S2N_EXECINFO_AVAILABLE: FALSE
-- feature S2N_FALL_THROUGH_SUPPORTED: TRUE
-- feature S2N_FEATURES_AVAILABLE: FALSE
-- feature S2N_KTLS_SUPPORTED: FALSE
-- feature S2N_KYBER512R3_AVX2_BMI2_SUPPORTED: TRUE
-- feature S2N_KYBER512R3_M256_INTRINSICS_SUPPORTED: TRUE
-- feature S2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH: TRUE
-- feature S2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX: TRUE
-- feature S2N_LIBCRYPTO_SUPPORTS_EVP_RC4: TRUE
-- feature S2N_LIBCRYPTO_SUPPORTS_FLAG_NO_CHECK_TIME: TRUE
-- feature S2N_LIBCRYPTO_SUPPORTS_HKDF: FALSE
-- feature S2N_LIBCRYPTO_SUPPORTS_KYBER: FALSE
-- feature S2N_LINUX_SENDFILE: FALSE
-- feature S2N_MADVISE_SUPPORTED: TRUE
-- feature S2N_MINHERIT_SUPPORTED: TRUE
-- feature S2N___RESTRICT__SUPPORTED: TRUE
-- feature S2N_STACKTRACE: FALSE
-- feature S2N_KYBER512R3_AVX2_BMI2: FALSE
-- CMake 3.25.3
CMake Deprecation Warning at aws-c-common/CMakeLists.txt:16 (cmake_policy):
  The OLD behavior for policy CMP0077 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Performing Test AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS
-- Performing Test AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS - Success
-- Performing Test AWS_HAVE_WINAPI_DESKTOP
-- Performing Test AWS_HAVE_WINAPI_DESKTOP - Failed
-- Performing Test AWS_ARCH_INTEL
-- Performing Test AWS_ARCH_INTEL - Success
-- Performing Test AWS_ARCH_ARM64
-- Performing Test AWS_ARCH_ARM64 - Failed
-- Performing Test AWS_ARCH_ARM32
-- Performing Test AWS_ARCH_ARM32 - Failed
-- Performing Test AWS_HAVE_GCC_INLINE_ASM
-- Performing Test AWS_HAVE_GCC_INLINE_ASM - Success
-- Performing Test AWS_HAVE_AUXV
-- Performing Test AWS_HAVE_AUXV - Success
-- Performing Test AWS_HAVE_EXECINFO
-- Performing Test AWS_HAVE_EXECINFO - Failed
-- Performing Test AWS_HAVE_LINUX_IF_LINK_H
-- Performing Test AWS_HAVE_LINUX_IF_LINK_H - Failed
-- Performing Test HAVE_M_AVX2_FLAG
-- Performing Test HAVE_M_AVX2_FLAG - Success
-- Performing Test HAVE_AVX2_INTRINSICS
-- Performing Test HAVE_AVX2_INTRINSICS - Success
-- Performing Test HAVE_MM256_EXTRACT_EPI64
-- Performing Test HAVE_MM256_EXTRACT_EPI64 - Failed
-- Performing Test HAS_FPIC_FLAG
-- Performing Test HAS_FPIC_FLAG - Success
-- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT
-- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT - Success
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Performing Test HAS_WGNU
-- Performing Test HAS_WGNU - Success
-- Performing Test NO_GNU_EXPR
-- Performing Test NO_GNU_EXPR - Success
-- Performing Test HAVE_SYSCONF
-- Performing Test HAVE_SYSCONF - Success
-- Looking for pthread_attr_setaffinity_np
-- Looking for pthread_attr_setaffinity_np - found
-- Performing Test PTHREAD_SETNAME_TAKES_2ARGS
-- Performing Test PTHREAD_SETNAME_TAKES_2ARGS - Success
-- Performing Test PTHREAD_GETNAME_TAKES_2ARGS
-- Performing Test PTHREAD_GETNAME_TAKES_2ARGS - Failed
-- Performing Test PTHREAD_GET_NAME_TAKES_2ARGS
-- Performing Test PTHREAD_GET_NAME_TAKES_2ARGS - Failed
-- Performing Test PTHREAD_GETNAME_TAKES_3ARGS
-- Performing Test PTHREAD_GETNAME_TAKES_3ARGS - Success
-- Building SIMD base64 decoder
-- Packaging is only supported on Linux
-- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1w")  
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Using libcrypto from system: /usr/lib/libcrypto.so
-- Configuring done
-- Generating done
-- Build files have been written to: /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
[  1%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/allocator.c.o
[  1%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/arch/intel/asm/cpuid.c.o
[  1%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/arch/intel/cpuid.c.o
[  1%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/assert.c.o
[  1%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/byte_buf.c.o
[  2%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/allocator_sba.c.o
[  2%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/array_list.c.o
[  2%] Building C object s2n/CMakeFiles/s2n.dir/crypto/s2n_aead_cipher_aes_gcm.c.o
[  2%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/cache.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/assert.c:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/allocator.c:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/logging.h:11:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/thread.h:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/allocator_sba.c:118:23: warning: implicit declaration of function 'posix_memalign' is invalid in C99 [-Wimplicit-function-declaration]
    int return_code = posix_memalign(&mem, align, size);
                      ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/byte_buf.c:6:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/system_info.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
           ^
5 warnings generated.
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/allocator.c:54:15: warning: implicit declaration of function 'posix_memalign' is invalid in C99 [-Wimplicit-function-declaration]
    int err = posix_memalign(&result, alignment, size);
              ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/allocator.c:219:5: warning: implicitly declaring library function 'va_copy' with type 'void (__builtin_va_list &, __builtin_va_list &)' [-Wimplicit-function-declaration]
    va_copy(args_allocs, args_size);
    ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/allocator.c:219:5: note: include the header  or explicitly provide a declaration for 'va_copy'
[  2%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/codegen.c.o
[  3%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/command_line_parser.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/command_line_parser.c:5:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
[  3%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/common.c.o
[  3%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/condition_variable.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/codegen.c:14:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
7 warnings generated.
5 warnings generated.
[  3%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/date_time.c.o
[  4%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/device_random.c.o
[  4%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/encoding.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/common.c:7:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/logging.h:11:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/thread.h:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/device_random.c:7:
5 warnings generated.
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/date_time.c:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/encoding.c:6:
5 warnings generated.
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/date_time.c:191:35: warning: implicitly declaring library function 'round' with type 'double (double)' [-Wimplicit-function-declaration]
    dt->milliseconds = (uint16_t)(round(modf(sec_ms, &integral) * AWS_TIMESTAMP_MILLIS));
                                  ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/date_time.c:191:35: note: include the header  or explicitly provide a declaration for 'round'
[  4%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/error.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/encoding.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
[  4%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/external/cJSON.c.o
1 warning generated.
[  5%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/fifo_cache.c.o
[  5%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/file.c.o
[  5%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/hash_table.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/file.c:6:
5 warnings generated.
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
[  5%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/json.c.o
[  6%] Building C object s2n/CMakeFiles/s2n.dir/crypto/s2n_aead_cipher_chacha20_poly1305.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/hash_table.c:14:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/string.h:7:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/json.c:6:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
5 warnings generated.
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
[  7%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/lifo_cache.c.o
5 warnings generated.
[  7%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/linked_hash_table.c.o
5 warnings generated.
[  7%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/log_channel.c.o
[  7%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/log_formatter.c.o
5 warnings generated.
6 warnings generated.
[  8%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/log_writer.c.o
[  8%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/logging.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/log_channel.c:6:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/log_channel.h:12:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/logging.h:11:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/thread.h:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
[  8%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/lru_cache.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/log_formatter.c:6:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/log_formatter.h:13:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/logging.h:11:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/thread.h:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/log_writer.c:6:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/file.h:7:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
5 warnings generated.
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/log_formatter.c:216:5: warning: implicitly declaring library function 'va_copy' with type 'void (__builtin_va_list &, __builtin_va_list &)' [-Wimplicit-function-declaration]
    va_copy(tmp_args, args);
    ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/log_formatter.c:216:5: note: include the header  or explicitly provide a declaration for 'va_copy'
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/logging.c:6:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/logging.h:11:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/thread.h:8:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
[  8%] Building C object s2n/CMakeFiles/s2n.dir/crypto/s2n_cbc_cipher_3des.c.o
[  8%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/math.c.o
6 warnings generated.
[  9%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/memtrace.c.o
[  9%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/platform_fallback_stubs/system_info.c.o
5 warnings generated.
[  9%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/clock.c.o
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/platform_fallback_stubs/system_info.c:5:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/private/system_info_priv.h:7:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/memtrace.c:7:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_buf.h:9:
In file included from /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.h:70:
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:47:23: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return ((uint64_t)htonl(low)) << 32 | htonl(high);
                      ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:65:12: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
    return htonl(x);
           ^
[  9%] Building C object aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/condition_variable.c.o
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:122:12: warning: implicit declaration of function 'ntohl' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohl(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:147:12: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
    return htons(x);
           ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/include/aws/common/byte_order.inl:158:12: warning: implicit declaration of function 'ntohs' is invalid in C99 [-Wimplicit-function-declaration]
    return ntohs(x);
           ^
5 warnings generated.
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/posix/clock.c:109:29: error: use of undeclared identifier 'CLOCK_MONOTONIC'
    ret_val = clock_gettime(HIGH_RES_CLOCK, &ts);
                            ^
/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt/aws-c-common/source/posix/clock.c:15:28: note: expanded from macro 'HIGH_RES_CLOCK'
#    define HIGH_RES_CLOCK CLOCK_MONOTONIC
                           ^
1 error generated.
--- aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/clock.c.o ---
*** [aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/clock.c.o] Error code 1

make[3]: stopped in /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
5 warnings generated.
5 warnings generated.
--- s2n/CMakeFiles/s2n.dir/all ---
*** [s2n/CMakeFiles/s2n.dir/all] Error code 2

make[2]: stopped in /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
5 warnings generated.
1 error

make[3]: stopped in /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
--- aws-c-common/CMakeFiles/aws-c-common.dir/all ---
*** [aws-c-common/CMakeFiles/aws-c-common.dir/all] Error code 2

make[2]: stopped in /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
2 errors

make[2]: stopped in /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
*** [all] Error code 2

make[1]: stopped in /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
1 error

make[1]: stopped in /magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/build/temp.midnightbsd-3.1.5-i386-cpython-39/deps
Traceback (most recent call last):
  File "", line 1, in 
  File "setup.py", line 388, in 
    setuptools.setup(
  File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 87, in setup
    return distutils.core.setup(**attrs)
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 177, in setup
    return run_commands(dist)
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 193, in run_commands
    dist.run_commands()
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 968, in run_commands
    self.run_command(cmd)
  File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 1217, in run_command
    super().run_command(command)
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.run()
  File "/usr/local/lib/python3.9/site-packages/setuptools/command/build.py", line 24, in run
    super().run()
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/command/build.py", line 131, in run
    self.run_command(cmd_name)
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/cmd.py", line 317, in run_command
    self.distribution.run_command(command)
  File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 1217, in run_command
    super().run_command(command)
  File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.run()
  File "setup.py", line 262, in run
    self._build_dependencies(dep_build_dir, dep_install_path)
  File "setup.py", line 254, in _build_dependencies
    self._build_dependencies_impl(build_dir, install_path)
  File "setup.py", line 211, in _build_dependencies_impl
    run_cmd(build_cmd)
  File "setup.py", line 37, in run_cmd
    subprocess.check_call(args)
  File "/usr/local/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/local/bin/cmake', '--build', 'build/temp.midnightbsd-3.1.5-i386-cpython-39/deps', '--config', 'RelWithDebInfo', '--target', 'install']' returned non-zero exit status 2.
> /usr/local/bin/cmake -H/magus/work/usr/mports/devel/py-awscrt/work-py39/awscrt-0.19.19/crt -Bbuild/temp.midnightbsd-3.1.5-i386-cpython-39/deps -DCMAKE_INSTALL_PREFIX=build/temp.midnightbsd-3.1.5-i386-cpython-39/deps/install -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_OPENSSL=ON
> /usr/local/bin/cmake --build build/temp.midnightbsd-3.1.5-i386-cpython-39/deps --config RelWithDebInfo --target install
*** Error code 1

Stop.
make: stopped in /usr/mports/devel/py-awscrt

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis