Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastDeploy在Atlas 200I DK A2上交叉编译出现的问题? #2215

Open
MrMzl opened this issue Sep 28, 2023 · 1 comment
Open

FastDeploy在Atlas 200I DK A2上交叉编译出现的问题? #2215

MrMzl opened this issue Sep 28, 2023 · 1 comment

Comments

@MrMzl
Copy link

MrMzl commented Sep 28, 2023

环境

  • 【FastDeploy版本】: FastDeploy-1.0.7和FastDeploy-develop
  • 【硬件】: HUAWEI Atlas 200I DK A2开发板
  • 【编译语言】: C++

问题日志及出现问题的操作流程

  • 板端编译时由于板端CPU有限无法完成编译,因此专用交叉编译方式进行编译,但是1.0.7和develop版本下的交叉编译会存在下面错误,具体运行命令和日志如下所示:
    分析日志报错位置“error: downloading 'https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz' failed”,感觉错误出在新版本的FastDeploy源码无法提供包的下载链接,请问这个问题有什么解决方法?
    详细日志如下:

(base) amax@amax:~/HUAWEI/FastDeploy/build$ git branch -a
develop
release/1.0.6

  • release/1.0.7
    remotes/origin/HEAD -> origin/develop
    remotes/origin/develop
    remotes/origin/jiangjiajun-patch-1
    remotes/origin/llm
    remotes/origin/release/0.1
    remotes/origin/release/0.2
    remotes/origin/release/0.3
    remotes/origin/release/0.4
    remotes/origin/release/0.5
    remotes/origin/release/0.6
    remotes/origin/release/0.7
    remotes/origin/release/0.8
    remotes/origin/release/1.0
    remotes/origin/release/1.0.1
    remotes/origin/release/1.0.2
    remotes/origin/release/1.0.3
    remotes/origin/release/1.0.4
    remotes/origin/release/1.0.5
    remotes/origin/release/1.0.6
    remotes/origin/release/1.0.7
    (base) amax@amax:~/HUAWEI/FastDeploy/build$ su
    Password:
    (base) root@amax:/home/amax/HUAWEI/FastDeploy/build# cmake .. -DCMAKE_C_COMPILER=/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=/opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ -DCMAKE_TOOLCHAIN_FILE=./../cmake/toolchain.cmake -DTARGET_ABI=arm64 -DWITH_ASCEND=ON -DENABLE_VISION=ON -DENABLE_LITE_BACKEND=ON -DCMAKE_INSTALL_PREFIX=fastdeploy-ascend
    -- The C compiler identification is GNU 6.3.1
    -- The CXX compiler identification is GNU 6.3.1
    -- Check for working C compiler: /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc
    -- Check for working C compiler: /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++
    -- Check for working CXX compiler: /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    Downloading file from https://bj.bcebos.com/fastdeploy/third_libs/patchelf-0.15.0-x86_64.tar.gz to /home/amax/HUAWEI/FastDeploy/build/patchelf-0.15.0-x86_64.tar.gz ...
    -- [download 1% complete]
    -- [download 6% complete]
    -- [download 11% complete]
    -- [download 17% complete]
    -- [download 22% complete]
    -- [download 27% complete]
    -- [download 32% complete]
    -- [download 37% complete]
    -- [download 43% complete]
    -- [download 48% complete]
    -- [download 53% complete]
    -- [download 58% complete]
    -- [download 64% complete]
    -- [download 69% complete]
    -- [download 74% complete]
    -- [download 79% complete]
    -- [download 84% complete]
    -- [download 90% complete]
    -- [download 95% complete]
    -- [download 100% complete]
    Decompress file /home/amax/HUAWEI/FastDeploy/build/patchelf-0.15.0-x86_64.tar.gz ...
    -- Build FastDeploy Ascend C++ library on X86 platform.
    -- Use the default OpenCV lib from: https://bj.bcebos.com/fastdeploy/third_libs/opencv-linux-aarch64-4.6.0.tgz
    Downloading file from https://bj.bcebos.com/fastdeploy/third_libs/opencv-linux-aarch64-4.6.0.tgz to /home/amax/HUAWEI/FastDeploy/build/opencv-linux-aarch64-4.6.0.tgz ...
    -- [download 0% complete]
    -- [download 1% complete]
    -- [download 2% complete]
    -- [download 3% complete]
    -- [download 4% complete]
    -- [download 5% complete]
    -- [download 6% complete]
    -- [download 7% complete]
    -- [download 8% complete]
    -- [download 9% complete]
    -- [download 10% complete]
    -- [download 11% complete]
    -- [download 12% complete]
    -- [download 13% complete]
    -- [download 14% complete]
    -- [download 15% complete]
    -- [download 16% complete]
    -- [download 17% complete]
    -- [download 18% complete]
    -- [download 19% complete]
    -- [download 20% complete]
    -- [download 21% complete]
    -- [download 22% complete]
    -- [download 23% complete]
    -- [download 24% complete]
    -- [download 25% complete]
    -- [download 26% complete]
    -- [download 27% complete]
    -- [download 28% complete]
    -- [download 29% complete]
    -- [download 30% complete]
    -- [download 31% complete]
    -- [download 32% complete]
    -- [download 33% complete]
    -- [download 34% complete]
    -- [download 35% complete]
    -- [download 36% complete]
    -- [download 37% complete]
    -- [download 38% complete]
    -- [download 39% complete]
    -- [download 40% complete]
    -- [download 41% complete]
    -- [download 42% complete]
    -- [download 43% complete]
    -- [download 44% complete]
    -- [download 45% complete]
    -- [download 46% complete]
    -- [download 47% complete]
    -- [download 48% complete]
    -- [download 49% complete]
    -- [download 50% complete]
    -- [download 51% complete]
    -- [download 52% complete]
    -- [download 53% complete]
    -- [download 54% complete]
    -- [download 55% complete]
    -- [download 56% complete]
    -- [download 57% complete]
    -- [download 58% complete]
    -- [download 59% complete]
    -- [download 60% complete]
    -- [download 61% complete]
    -- [download 62% complete]
    -- [download 63% complete]
    -- [download 64% complete]
    -- [download 65% complete]
    -- [download 66% complete]
    -- [download 67% complete]
    -- [download 68% complete]
    -- [download 69% complete]
    -- [download 70% complete]
    -- [download 71% complete]
    -- [download 72% complete]
    -- [download 73% complete]
    -- [download 74% complete]
    -- [download 75% complete]
    -- [download 76% complete]
    -- [download 77% complete]
    -- [download 78% complete]
    -- [download 79% complete]
    -- [download 80% complete]
    -- [download 81% complete]
    -- [download 82% complete]
    -- [download 83% complete]
    -- [download 84% complete]
    -- [download 85% complete]
    -- [download 86% complete]
    -- [download 87% complete]
    -- [download 88% complete]
    -- [download 89% complete]
    -- [download 90% complete]
    -- [download 91% complete]
    -- [download 92% complete]
    -- [download 93% complete]
    -- [download 94% complete]
    -- [download 95% complete]
    -- [download 96% complete]
    -- [download 97% complete]
    -- [download 98% complete]
    -- [download 99% complete]
    -- [download 100% complete]
    Decompress file /home/amax/HUAWEI/FastDeploy/build/opencv-linux-aarch64-4.6.0.tgz ...
    -- Found OpenCV: /home/amax/HUAWEI/FastDeploy/build/third_libs/install/opencv (found version "4.6.0")
    --
    -- ***FastDeploy Building Summary
    -- CMake version : 3.16.3
    -- CMake command : /usr/bin/cmake
    -- System : Linux
    -- C++ compiler : /opt/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++
    -- C++ compiler version : 6.3.1
    -- CXX flags : -Wno-format -g0 -O3
    -- EXE linker flags :
    -- Shared linker flags :
    -- Build type : MinSizeRel
    -- Compile definitions : _GLIBCXX_USE_CXX11_ABI=1;FASTDEPLOY_LIB;CMAKE_BUILD_TYPE=Release;ENABLE_LITE_BACKEND;ENABLE_VISION
    -- CMAKE_PREFIX_PATH :
    -- CMAKE_INSTALL_PREFIX : /home/amax/HUAWEI/FastDeploy/build/fastdeploy-ascend
    -- CMAKE_MODULE_PATH :
    --
    -- FastDeploy version : 1.0.7
    -- ENABLE_ORT_BACKEND : OFF
    -- ENABLE_RKNPU2_BACKEND : OFF
    -- ENABLE_HORIZON_BACKEND : OFF
    -- ENABLE_SOPHGO_BACKEND : OFF
    -- ENABLE_PADDLE_BACKEND : OFF
    -- ENABLE_LITE_BACKEND : ON
    -- ENABLE_POROS_BACKEND : OFF
    -- ENABLE_TRT_BACKEND : OFF
    -- ENABLE_OPENVINO_BACKEND : OFF
    -- ENABLE_BENCHMARK : OFF
    -- ENABLE_VISION : ON
    -- ENABLE_TEXT : OFF
    -- ENABLE_ENCRYPTION : OFF
    -- ENABLE_FLYCV : OFF
    -- ENABLE_CVCUDA : OFF
    -- WITH_GPU : OFF
    -- WITH_IPU : OFF
    -- WITH_OPENCL : OFF
    -- WITH_TESTING : OFF
    -- WITH_ASCEND : ON
    -- WITH_DIRECTML : OFF
    -- WITH_TIMVX : OFF
    -- WITH_KUNLUNXIN : OFF
    -- WITH_CAPI : OFF
    -- WITH_CSHARPAPI : OFF
    -- Paddle Lite version :
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/amax/HUAWEI/FastDeploy/build
    (base) root@amax:/home/amax/HUAWEI/FastDeploy/build# make -j8
    Scanning dependencies of target extern_paddlelite
    Scanning dependencies of target yaml-cpp
    [ 1%] Creating directories for 'extern_paddlelite'
    [ 1%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o
    [ 2%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o
    [ 2%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/binary.cpp.o
    [ 3%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/convert.cpp.o
    [ 4%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/emit.cpp.o
    [ 4%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/depthguard.cpp.o
    [ 4%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/directives.cpp.o
    [ 4%] Performing download step (download, verify and extract) for 'extern_paddlelite'
    -- Downloading...
    dst='/home/amax/HUAWEI/FastDeploy/build/third_libs/paddlelite/src/lite-linux-arm64-20230316.tgz'
    timeout='none'
    -- Using src='https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz'
    -- Retrying...
    -- Using src='https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz'
    [ 4%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o
    [ 5%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o
    [ 5%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o
    -- Retry after 5 seconds (attempt 和paddlex有什么区别? #2) ...
    [ 5%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o
    [ 6%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/exceptions.cpp.o
    [ 6%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/exp.cpp.o
    [ 7%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/memory.cpp.o
    [ 7%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/node.cpp.o
    [ 8%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/node_data.cpp.o
    [ 8%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o
    [ 8%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/nodeevents.cpp.o
    [ 9%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/null.cpp.o
    [ 9%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/ostream_wrapper.cpp.o
    [ 10%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/parse.cpp.o
    [ 10%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/parser.cpp.o
    [ 10%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/regex_yaml.cpp.o
    [ 11%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o
    [ 11%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o
    [ 12%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o
    [ 12%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o
    [ 12%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o
    [ 13%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o
    [ 13%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/stream.cpp.o
    [ 14%] Building CXX object third_party/yaml-cpp/CMakeFiles/yaml-cpp.dir/src/tag.cpp.o
    [ 14%] Linking CXX static library libyaml-cpp.a
    [ 14%] Built target yaml-cpp
    Scanning dependencies of target yaml-cpp-read
    Scanning dependencies of target yaml-cpp-parse
    Scanning dependencies of target yaml-cpp-sandbox
    [ 14%] Building CXX object third_party/yaml-cpp/util/CMakeFiles/yaml-cpp-parse.dir/parse.cpp.o
    [ 14%] Building CXX object third_party/yaml-cpp/util/CMakeFiles/yaml-cpp-read.dir/read.cpp.o
    [ 14%] Building CXX object third_party/yaml-cpp/util/CMakeFiles/yaml-cpp-sandbox.dir/sandbox.cpp.o
    [ 15%] Linking CXX executable parse
    [ 16%] Linking CXX executable read
    [ 17%] Linking CXX executable sandbox
    [ 17%] Built target yaml-cpp-parse
    [ 17%] Built target yaml-cpp-read
    [ 17%] Built target yaml-cpp-sandbox
    -- Using src='https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz'
    -- Retry after 5 seconds (attempt update the expired links in the Readme docs #3) ...
    -- Using src='https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz'
    -- Retry after 15 seconds (attempt 解码器使用的cpu还是gpu #4) ...
    -- Using src='https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz'
    -- Retry after 60 seconds (attempt 新模型/新硬件需求收集 (Requirement collection for new model/hardware) #5) ...
    -- Using src='https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz'
    CMake Error at extern_paddlelite-stamp/download-extern_paddlelite.cmake:159 (message):
    Each download failed!

    error: downloading 'https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz' failed
    status_code: 22
    status_string: "HTTP response code said error"
    log:
    --- LOG BEGIN ---
    Trying 2409:8c04:1001:1002:0:ff:b001:368a:443...

    TCP_NODELAY set

    Connected to bj.bcebos.com (2409:8c04:1001:1002:0:ff:b001:368a) port 443
    (#0)

    ALPN, offering h2

    ALPN, offering http/1.1

    successfully set certificate verify locations:

    CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: /etc/ssl/certs

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [88 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):

    [1 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [155 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):

    [25 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Certificate (11):

    [2974 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, CERT verify (15):

    [264 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Finished (20):

    [52 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS handshake, Finished (20):

    [52 bytes data]

    SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384

    ALPN, server accepted to use http/1.1

    Server certificate:

    subject: C=CN; ST=Beijing; O=BeiJing Baidu Netcom Science Technology Co., Ltd; CN=.bcebos.com
    start date: Sep 23 00:00:00 2022 GMT
    expire date: Oct 18 23:59:59 2023 GMT
    subjectAltName: host "bj.bcebos.com" matched cert's "
    .bcebos.com"
    issuer: C=US; O=DigiCert Inc; CN=DigiCert Secure Site Pro CN CA G3
    SSL certificate verify ok.

    [5 bytes data]

    [1 bytes data]

    GET /fastdeploy/third_libs/lite-linux-arm64-20230316.tgz HTTP/1.1

    Host: bj.bcebos.com

    User-Agent: curl/7.66.0

    Accept: /

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    old SSL session ID is stale, removing

    [5 bytes data]

    [1 bytes data]

    Mark bundle as not supporting multiuse

    The requested URL returned error: 404 Not Found

    Closing connection 0

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS alert, close notify (256):

    [2 bytes data]

       --- LOG END ---
       error: downloading 'https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz' failed
       status_code: 22
       status_string: "HTTP response code said error"
       log:
       --- LOG BEGIN ---
         Trying 2409:8c04:1001:1002:0:ff:b001:368a:443...
    

    TCP_NODELAY set

    Connected to bj.bcebos.com (2409:8c04:1001:1002:0:ff:b001:368a) port 443
    (#0)

    ALPN, offering h2

    ALPN, offering http/1.1

    successfully set certificate verify locations:

    CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: /etc/ssl/certs

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [88 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):

    [1 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [155 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):

    [25 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Certificate (11):

    [2974 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, CERT verify (15):

    [264 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Finished (20):

    [52 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS handshake, Finished (20):

    [52 bytes data]

    SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384

    ALPN, server accepted to use http/1.1

    Server certificate:

    subject: C=CN; ST=Beijing; O=BeiJing Baidu Netcom Science Technology Co., Ltd; CN=.bcebos.com
    start date: Sep 23 00:00:00 2022 GMT
    expire date: Oct 18 23:59:59 2023 GMT
    subjectAltName: host "bj.bcebos.com" matched cert's "
    .bcebos.com"
    issuer: C=US; O=DigiCert Inc; CN=DigiCert Secure Site Pro CN CA G3
    SSL certificate verify ok.

    [5 bytes data]

    [1 bytes data]

    GET /fastdeploy/third_libs/lite-linux-arm64-20230316.tgz HTTP/1.1

    Host: bj.bcebos.com

    User-Agent: curl/7.66.0

    Accept: /

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    old SSL session ID is stale, removing

    [5 bytes data]

    [1 bytes data]

    Mark bundle as not supporting multiuse

    The requested URL returned error: 404 Not Found

    Closing connection 0

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS alert, close notify (256):

    [2 bytes data]

       --- LOG END ---
       error: downloading 'https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz' failed
       status_code: 22
       status_string: "HTTP response code said error"
       log:
       --- LOG BEGIN ---
         Trying 2409:8c04:1001:1002:0:ff:b001:368a:443...
    

    TCP_NODELAY set

    Connected to bj.bcebos.com (2409:8c04:1001:1002:0:ff:b001:368a) port 443
    (#0)

    ALPN, offering h2

    ALPN, offering http/1.1

    successfully set certificate verify locations:

    CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: /etc/ssl/certs

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [88 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):

    [1 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [155 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):

    [25 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Certificate (11):

    [2974 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, CERT verify (15):

    [264 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Finished (20):

    [52 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS handshake, Finished (20):

    [52 bytes data]

    SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384

    ALPN, server accepted to use http/1.1

    Server certificate:

    subject: C=CN; ST=Beijing; O=BeiJing Baidu Netcom Science Technology Co., Ltd; CN=.bcebos.com
    start date: Sep 23 00:00:00 2022 GMT
    expire date: Oct 18 23:59:59 2023 GMT
    subjectAltName: host "bj.bcebos.com" matched cert's "
    .bcebos.com"
    issuer: C=US; O=DigiCert Inc; CN=DigiCert Secure Site Pro CN CA G3
    SSL certificate verify ok.

    [5 bytes data]

    [1 bytes data]

    GET /fastdeploy/third_libs/lite-linux-arm64-20230316.tgz HTTP/1.1

    Host: bj.bcebos.com

    User-Agent: curl/7.66.0

    Accept: /

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    old SSL session ID is stale, removing

    [5 bytes data]

    [1 bytes data]

    Mark bundle as not supporting multiuse

    The requested URL returned error: 404 Not Found

    Closing connection 0

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS alert, close notify (256):

    [2 bytes data]

       --- LOG END ---
       error: downloading 'https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz' failed
       status_code: 22
       status_string: "HTTP response code said error"
       log:
       --- LOG BEGIN ---
         Trying 2409:8c04:1001:1002:0:ff:b001:368a:443...
    

    TCP_NODELAY set

    Connected to bj.bcebos.com (2409:8c04:1001:1002:0:ff:b001:368a) port 443
    (#0)

    ALPN, offering h2

    ALPN, offering http/1.1

    successfully set certificate verify locations:

    CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: /etc/ssl/certs

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [88 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):

    [1 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [155 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):

    [25 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Certificate (11):

    [2974 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, CERT verify (15):

    [264 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Finished (20):

    [52 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS handshake, Finished (20):

    [52 bytes data]

    SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384

    ALPN, server accepted to use http/1.1

    Server certificate:

    subject: C=CN; ST=Beijing; O=BeiJing Baidu Netcom Science Technology Co., Ltd; CN=.bcebos.com
    start date: Sep 23 00:00:00 2022 GMT
    expire date: Oct 18 23:59:59 2023 GMT
    subjectAltName: host "bj.bcebos.com" matched cert's "
    .bcebos.com"
    issuer: C=US; O=DigiCert Inc; CN=DigiCert Secure Site Pro CN CA G3
    SSL certificate verify ok.

    [5 bytes data]

    [1 bytes data]

    GET /fastdeploy/third_libs/lite-linux-arm64-20230316.tgz HTTP/1.1

    Host: bj.bcebos.com

    User-Agent: curl/7.66.0

    Accept: /

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    old SSL session ID is stale, removing

    [5 bytes data]

    [1 bytes data]

    Mark bundle as not supporting multiuse

    The requested URL returned error: 404 Not Found

    Closing connection 0

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS alert, close notify (256):

    [2 bytes data]

       --- LOG END ---
       error: downloading 'https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz' failed
       status_code: 22
       status_string: "HTTP response code said error"
       log:
       --- LOG BEGIN ---
         Trying 2409:8c04:1001:1002:0:ff:b001:368a:443...
    

    TCP_NODELAY set

    Connected to bj.bcebos.com (2409:8c04:1001:1002:0:ff:b001:368a) port 443
    (#0)

    ALPN, offering h2

    ALPN, offering http/1.1

    successfully set certificate verify locations:

    CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: /etc/ssl/certs

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [88 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):

    [1 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [155 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):

    [25 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Certificate (11):

    [2974 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, CERT verify (15):

    [264 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Finished (20):

    [52 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS handshake, Finished (20):

    [52 bytes data]

    SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384

    ALPN, server accepted to use http/1.1

    Server certificate:

    subject: C=CN; ST=Beijing; O=BeiJing Baidu Netcom Science Technology Co., Ltd; CN=.bcebos.com
    start date: Sep 23 00:00:00 2022 GMT
    expire date: Oct 18 23:59:59 2023 GMT
    subjectAltName: host "bj.bcebos.com" matched cert's "
    .bcebos.com"
    issuer: C=US; O=DigiCert Inc; CN=DigiCert Secure Site Pro CN CA G3
    SSL certificate verify ok.

    [5 bytes data]

    [1 bytes data]

    GET /fastdeploy/third_libs/lite-linux-arm64-20230316.tgz HTTP/1.1

    Host: bj.bcebos.com

    User-Agent: curl/7.66.0

    Accept: /

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    old SSL session ID is stale, removing

    [5 bytes data]

    [1 bytes data]

    Mark bundle as not supporting multiuse

    The requested URL returned error: 404 Not Found

    Closing connection 0

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS alert, close notify (256):

    [2 bytes data]

       --- LOG END ---
       error: downloading 'https://bj.bcebos.com/fastdeploy/third_libs/lite-linux-arm64-20230316.tgz' failed
       status_code: 22
       status_string: "HTTP response code said error"
       log:
       --- LOG BEGIN ---
         Trying 2409:8c04:1001:1002:0:ff:b001:368a:443...
    

    TCP_NODELAY set

    Trying 36.110.192.178:443...

    TCP_NODELAY set

    Connected to bj.bcebos.com (36.110.192.178) port 443 (#0)

    ALPN, offering h2

    ALPN, offering http/1.1

    successfully set certificate verify locations:

    CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: /etc/ssl/certs

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [88 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):

    [1 bytes data]

    [5 bytes data]

    TLSv1.3 (OUT), TLS handshake, Client hello (1):

    [512 bytes data]

    [5 bytes data]

    [5 bytes data]

    TLSv1.3 (IN), TLS handshake, Server hello (2):

    [155 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):

    [25 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Certificate (11):

    [2974 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, CERT verify (15):

    [264 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Finished (20):

    [52 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS handshake, Finished (20):

    [52 bytes data]

    SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384

    ALPN, server accepted to use http/1.1

    Server certificate:

    subject: C=CN; ST=Beijing; O=BeiJing Baidu Netcom Science Technology Co., Ltd; CN=.bcebos.com
    start date: Sep 23 00:00:00 2022 GMT
    expire date: Oct 18 23:59:59 2023 GMT
    subjectAltName: host "bj.bcebos.com" matched cert's "
    .bcebos.com"
    issuer: C=US; O=DigiCert Inc; CN=DigiCert Secure Site Pro CN CA G3
    SSL certificate verify ok.

    [5 bytes data]

    [1 bytes data]

    GET /fastdeploy/third_libs/lite-linux-arm64-20230316.tgz HTTP/1.1

    Host: bj.bcebos.com

    User-Agent: curl/7.66.0

    Accept: /

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

    [265 bytes data]

    old SSL session ID is stale, removing

    [5 bytes data]

    [1 bytes data]

    Mark bundle as not supporting multiuse

    The requested URL returned error: 404 Not Found

    Closing connection 0

    [5 bytes data]

    [1 bytes data]

    TLSv1.3 (OUT), TLS alert, close notify (256):

    [2 bytes data]

       --- LOG END ---
    

make[2]: *** [CMakeFiles/extern_paddlelite.dir/build.make:91: third_libs/paddlelite/src/extern_paddlelite-stamp/extern_paddlelite-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:172: CMakeFiles/extern_paddlelite.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
(base) root@amax:/home/amax/HUAWEI/FastDeploy/build#

@rainyfly
Copy link
Collaborator

rainyfly commented Feb 6, 2024

这个链接已经失效了,后续如果有重新上传我们更新下链接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants