Wind River Support Network

HomeDefectsLINCD-9805
Fixed

LINCD-9805 : requests/__init__.py:109: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.0.0)/charset_normalizer (None) doesnt match a supported version!

Created: Jul 16, 2022    Updated: Oct 12, 2022
Resolved Date: Sep 18, 2022
Found In Version: 10.22.29.0, 10.22.33.0
Fix Version: 10.22.41.0
Severity: Standard
Applicable for: Wind River Linux CD
Component/s: Userspace

Description


root@nxp-s32g:/opt/wr-test/testcases/bts/docker_compose_up# cat /proc/version
Linux version 5.15.52-yocto-standard (oe-user@oe-host) (aarch64-wrs-linux-gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38.20220516) #1 SMP PREEMPT Thu Jul 7 16:16:06 UTC 2022
root@nxp-s32g:/opt/wr-test/testcases/bts/docker_compose_up# cat /proc/cmdline
console=ttyLF0,115200n8 root=/dev/nfs rw nfsroot=128.224.165.20:/export/pxeboot/vlm-boards/29094/rootfs,nolock,v3,tcp earlycon nohz=off coherent_pool=64M ip=128.224.165.148:128.224.165.20:128.224.165.1:255.255.254.0::eth0:off
root@nxp-s32g:/opt/wr-test/testcases/bts/docker_compose_up# cat /etc/os-release
ID=wrlinux
NAME="Wind River Linux development"
VERSION="10.22.27.0"
VERSION_ID=10.22.27.0
PRETTY_NAME="Wind River Linux development 22.27"

root@nxp-s32g:/opt/wr-test/testcases/bts/docker_compose_up# cd /opt/wr-test/testcases/bts/docker_compose_up;COMPOSE_HTTP_TIMEOUT=3600 docker-compose up
/usr/lib64/python3.10/site-packages/requests/_init_.py:109: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.0.0)/charset_normalizer (None) doesn't match a supported version!
warnings.warn(
Creating network "docker_compose_up_default" with the default driver
Creating docker_compose_up_sleep_1 ...
Creating docker_compose_up_sleep_1 ... done
Attaching to docker_compose_up_sleep_1
[36msleep_1 |[0m Hello world
[36mdocker_compose_up_sleep_1 exited with code 0
[0m
root@nxp-s32g:/opt/wr-test/testcases/bts/docker_compose_up# echo '/usr/lib64/python3.10/site-packages/requests/_init_.py:109: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.0.0)/charset_normalizer (None) doesn't match a supported version!
warnings.warn(
Creating network "docker_compose_up_default" with the default driver
Creating docker_compose_up_sleep_1 ...
Creating docker_compose_up_sleep_1 ... done
Attaching to docker_compose_up_sleep_1
[36msleep_1 |[0m Hello world
[36mdocker_compose_up_sleep_1 exited with code 0
[0m' |grep 'Hello world'
/usr/lib64/python3.10/site-packages/requests/_init_.py:109: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.0.0)/charset_normalizer (None) doesnt match a supported version!

Steps to Reproduce

/lpg-build/cdc/fast_prod/WRLINUX_MASTER_WR/MASTER_WR_GIT/wrlinux-10/setup.sh --machines nxp-s32g --templates feature/docker --distros wrlinux --dl-layers --accept-eula=yes
source environment-setup-x86_64-wrlinuxsdk-linux
source oe-init-build-env build_BTS_nxp-s32g_standard_std_wrlinux_default
cd /buildarea1/common/WRLINUX_MASTER_WR/build_dir/GIT_202207/lxbuilds/prj_204648/wrlinux/build_BTS_nxp-s32g_standard_std_wrlinux_default
echo KERNEL_FEATURES:append = \" features/usb/serial-all.scc\" >> conf/local.conf
echo KERNEL_VERSION_SANITY_SKIP=\"1\" >> conf/local.conf
echo IMAGE_FSTYPES += \" tar.bz2\" >> conf/local.conf
echo BB_NUMBER_THREADS ?= \"24\" >> conf/local.conf
echo PARALLEL_MAKE ?= \"-j 24\" >> conf/local.conf
echo BB_DANGLINGAPPENDS_WARNONLY = \"1\" >> conf/local.conf
echo HSE_LOCAL_FIRMWARE_DIR = \"/folk/wgao/s32g/firmware/hse/\" >> conf/local.conf
echo HSE_FW_NAME_S32G2 = \"s32g2xx_hse_fw_0.1.0_1.0.0_pb211015.bin.pink\" >> conf/local.conf
echo IPCF_M7_APP_BIN_DIR = \"/folk/wgao/s32g/firmware/ipcf\" >> conf/local.conf
echo IMAGE_INSTALL:append = \" ipc-shm\" >> conf/local.conf
echo LLCE_LOCAL_FIRMWARE_DIR = \"/folk/wgao/s32g/firmware/llce/s32g2\" >> conf/local.conf
echo LLCE_LOCAL_FIRMWARE_DIR_S32G3 = \"/folk/wgao/s32g/firmware/llce/s32g3\" >> conf/local.conf
echo WRL_RECIPES:wr-nxp-s32g += \"llce\" >> conf/local.conf
echo IMAGE_INSTALL:append:nxp-s32g = \" llce\" >> conf/local.conf
bitbake-layers add-layer /net/pek-lpgtest7408/buildarea1/wgao/wrlinux_master/wr-testing/bts-dev
echo require templates/feature/bts/template.conf >> conf/local.conf
bitbake wrlinux-image-std
Live chat
Online