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

亿智SV810 NPU使用model_test报错Segmentation fault #10494

Open
Bonoy0328 opened this issue Apr 11, 2024 · 2 comments
Open

亿智SV810 NPU使用model_test报错Segmentation fault #10494

Bonoy0328 opened this issue Apr 11, 2024 · 2 comments

Comments

@Bonoy0328
Copy link

  1)Paddle Lite 版本:CommitID:ddd8fd8ad2c0b5c412cca99a04f1a48a36104187
   2)Host 环境:Docker 统一编译环境

  • 模型信息
       1)模型名称 mobilenet_v1_int8_per_layer_log2
    2)模型链接 https://paddlelite-demo.bj.bcebos.com/devices/generic/models/mobilenet_v1_int8_per_layer_log2.tar.gz
  • 复现信息:运行 ./run_with_ssh.sh mobilenet_v1_int8_per_layer_log2 1,3,224,224 float32 float32 linux armhf eeasytech_npu 192.168.31.133 22 root 123456
  • 问题描述:Segmentation fault
    全部日志如下:
    root@bonoy-X299-WU8:/Paddle-Lite/PaddleLite-generic-demo/model_test/shell# ./run_with_ssh.sh mobilenet_v1_int8_per_layer_log2 1,3,224,224 float32 float32 linux armhf eeasytech_npu 192.168.31.133 22 root 123456
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: rm -rf /var/tmp/test
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    Transferred: sent 2296, received 1296 bytes, in 0.0 seconds
    Bytes per second: sent 62566.6, received 35316.3
    debug1: Exit status 0
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: mkdir -p /var/tmp/test
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    Transferred: sent 2312, received 1296 bytes, in 0.0 seconds
    Bytes per second: sent 114450.0, received 64155.3
    debug1: Exit status 0
    Executing: program /usr/bin/ssh host 192.168.31.133, user root, command scp -v -r -d -t /var/tmp/test
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: scp -v -r -d -t /var/tmp/test
    Sending file modes: C0755 17181280 libpaddle_full_api_shared.so
    Sink: C0755 17181280 libpaddle_full_api_shared.so
    Sending file modes: C0755 13668272 libpaddle_light_api_shared.so
    Sink: C0755 13668272 libpaddle_light_api_shared.so
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    debug1: fd 0 clearing O_NONBLOCK
    debug1: fd 1 clearing O_NONBLOCK
    Transferred: sent 30972392, received 121904 bytes, in 4.7 seconds
    Bytes per second: sent 6525003.6, received 25681.7
    debug1: Exit status 0
    Executing: program /usr/bin/ssh host 192.168.31.133, user root, command scp -v -r -t /var/tmp/test
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: scp -v -r -t /var/tmp/test
    Entering directory: D0755 0 eeasytech_npu
    Sink: D0755 0 eeasytech_npu
    Sending file modes: C0755 346224 libeeasytech_npu.so
    Sink: C0755 346224 libeeasytech_npu.so
    Sending file modes: C0755 753276 libnnadapter.so
    Sink: C0755 753276 libnnadapter.so
    Sink: E
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    debug1: fd 0 clearing O_NONBLOCK
    debug1: fd 1 clearing O_NONBLOCK
    Transferred: sent 1106232, received 5872 bytes, in 0.2 seconds
    Bytes per second: sent 5481231.4, received 29095.0
    debug1: Exit status 0
    Executing: program /usr/bin/ssh host 192.168.31.133, user root, command scp -v -r -t /var/tmp/test
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: scp -v -r -t /var/tmp/test
    Entering directory: D0755 0 cpu
    Sink: D0755 0 cpu
    Sending file modes: C0644 18 .gitignore
    Sink: C0644 18 .gitignore
    Sending file modes: C0755 161660 libgomp.so.1
    Sink: C0755 161660 libgomp.so.1
    Sink: E
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    debug1: fd 0 clearing O_NONBLOCK
    debug1: fd 1 clearing O_NONBLOCK
    Transferred: sent 164776, received 2256 bytes, in 0.1 seconds
    Bytes per second: sent 3058881.5, received 41880.1
    debug1: Exit status 0
    Executing: program /usr/bin/ssh host 192.168.31.133, user root, command scp -v -r -t /var/tmp/test
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: scp -v -r -t /var/tmp/test
    Entering directory: D0755 0 mobilenet_v1_int8_per_layer_log2
    Sink: D0755 0 mobilenet_v1_int8_per_layer_log2
    Sending file modes: C0644 28 batch_norm_18.tmp_3.scale
    Sink: C0644 28 batch_norm_18.tmp_3.scale
    Sending file modes: C0644 1048608 conv5_5_sep_weights
    Sink: C0644 1048608 conv5_5_sep_weights
    Sending file modes: C0644 4639 conv3_1_dw_weights
    Sink: C0644 4639 conv3_1_dw_weights
    Sending file modes: C0644 1048608 conv5_1_sep_weights
    Sink: C0644 1048608 conv5_1_sep_weights
    Sending file modes: C0644 28 batch_norm_12.tmp_3.scale
    Sink: C0644 28 batch_norm_12.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_4.tmp_3.scale
    Sink: C0644 28 batch_norm_4.tmp_3.scale
    Sending file modes: C0644 4025 fc7_offset
    Sink: C0644 4025 fc7_offset
    Sending file modes: C0644 28 batch_norm_10.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_10.tmp_2.quant_dequant.scale
    Sending file modes: C0644 32799 conv2_2_sep_weights
    Sink: C0644 32799 conv2_2_sep_weights
    Sending file modes: C0644 524320 conv4_2_sep_weights
    Sink: C0644 524320 conv4_2_sep_weights
    Sending file modes: C0644 28 batch_norm_20.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_20.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_21.tmp_3.scale
    Sink: C0644 28 batch_norm_21.tmp_3.scale
    Sending file modes: C0644 9247 conv4_2_dw_weights
    Sink: C0644 9247 conv4_2_dw_weights
    Sending file modes: C0644 28 batch_norm_9.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_9.tmp_2.quant_dequant.scale
    Sending file modes: C0644 1048608 conv5_3_sep_weights
    Sink: C0644 1048608 conv5_3_sep_weights
    Sending file modes: C0644 28 batch_norm_26.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_26.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_10.tmp_3.scale
    Sink: C0644 28 batch_norm_10.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_11.tmp_3.scale
    Sink: C0644 28 batch_norm_11.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_3.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_3.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_16.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_16.tmp_2.quant_dequant.scale
    Sending file modes: C0644 18463 conv5_1_dw_weights
    Sink: C0644 18463 conv5_1_dw_weights
    Sending file modes: C0644 4096028 fc7_weights
    Sink: C0644 4096028 fc7_weights
    Sending file modes: C0644 28 batch_norm_5.tmp_3.scale
    Sink: C0644 28 batch_norm_5.tmp_3.scale
    Sending file modes: C0644 131104 conv3_2_sep_weights
    Sink: C0644 131104 conv3_2_sep_weights
    Sending file modes: C0644 36895 conv6_dw_weights
    Sink: C0644 36895 conv6_dw_weights
    Sending file modes: C0644 18463 conv5_2_dw_weights
    Sink: C0644 18463 conv5_2_dw_weights
    Sending file modes: C0644 28 batch_norm_24.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_24.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 read_file_0.tmp_0.scale
    Sink: C0644 28 read_file_0.tmp_0.scale
    Sending file modes: C0644 28 batch_norm_9.tmp_3.scale
    Sink: C0644 28 batch_norm_9.tmp_3.scale
    Sending file modes: C0644 4194336 conv6_sep_weights
    Sink: C0644 4194336 conv6_sep_weights
    Sending file modes: C0644 4639 conv3_2_dw_weights
    Sink: C0644 4639 conv3_2_dw_weights
    Sending file modes: C0644 28 batch_norm_6.tmp_3.scale
    Sink: C0644 28 batch_norm_6.tmp_3.scale
    Sending file modes: C0644 3486 conv1_weights
    Sink: C0644 3486 conv1_weights
    Sending file modes: C0644 28 batch_norm_1.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_1.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_8.tmp_3.scale
    Sink: C0644 28 batch_norm_8.tmp_3.scale
    Sending file modes: C0644 8222 conv2_1_sep_weights
    Sink: C0644 8222 conv2_1_sep_weights
    Sending file modes: C0644 18463 conv5_6_dw_weights
    Sink: C0644 18463 conv5_6_dw_weights
    Sending file modes: C0644 28 batch_norm_11.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_11.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_6.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_6.tmp_2.quant_dequant.scale
    Sending file modes: C0644 159818 model
    Sink: C0644 159818 model
    Sending file modes: C0644 28 batch_norm_16.tmp_3.scale
    Sink: C0644 28 batch_norm_16.tmp_3.scale
    Sending file modes: C0644 1048608 conv5_2_sep_weights
    Sink: C0644 1048608 conv5_2_sep_weights
    Sending file modes: C0644 28 batch_norm_5.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_5.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_12.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_12.tmp_2.quant_dequant.scale
    Sending file modes: C0644 1182 conv2_1_dw_weights
    Sink: C0644 1182 conv2_1_dw_weights
    Sending file modes: C0644 28 batch_norm_23.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_23.tmp_2.quant_dequant.scale
    Sending file modes: C0644 18463 conv5_3_dw_weights
    Sink: C0644 18463 conv5_3_dw_weights
    Sending file modes: C0644 28 batch_norm_0.tmp_3.scale
    Sink: C0644 28 batch_norm_0.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_13.tmp_3.scale
    Sink: C0644 28 batch_norm_13.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_21.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_21.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_2.tmp_3.scale
    Sink: C0644 28 batch_norm_2.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_25.tmp_3.scale
    Sink: C0644 28 batch_norm_25.tmp_3.scale
    Sending file modes: C0644 1048608 conv5_4_sep_weights
    Sink: C0644 1048608 conv5_4_sep_weights
    Sending file modes: C0644 28 batch_norm_14.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_14.tmp_2.quant_dequant.scale
    Sending file modes: C0644 18463 conv5_4_dw_weights
    Sink: C0644 18463 conv5_4_dw_weights
    Sending file modes: C0644 28 batch_norm_7.tmp_3.scale
    Sink: C0644 28 batch_norm_7.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_3.tmp_3.scale
    Sink: C0644 28 batch_norm_3.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_1.tmp_3.scale
    Sink: C0644 28 batch_norm_1.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_4.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_4.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_19.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_19.tmp_2.quant_dequant.scale
    Entering directory: D0755 0 fuse_conv_bn
    Sink: D0755 0 fuse_conv_bn
    Entering directory: D0755 0 conv2d_eltwise_y_in
    Sink: D0755 0 conv2d_eltwise_y_in
    Sending file modes: C0644 537 2
    Sink: C0644 537 2
    Sending file modes: C0644 1049 4
    Sink: C0644 1049 4
    Sending file modes: C0644 2073 6
    Sink: C0644 2073 6
    Sending file modes: C0644 537 3
    Sink: C0644 537 3
    Sending file modes: C0644 4121 12
    Sink: C0644 4121 12
    Sending file modes: C0644 1049 5
    Sink: C0644 1049 5
    Sending file modes: C0644 2073 10
    Sink: C0644 2073 10
    Sending file modes: C0644 280 1
    Sink: C0644 280 1
    Sending file modes: C0644 152 0
    Sink: C0644 152 0
    Sending file modes: C0644 2073 7
    Sink: C0644 2073 7
    Sending file modes: C0644 4121 13
    Sink: C0644 4121 13
    Sending file modes: C0644 2073 11
    Sink: C0644 2073 11
    Sending file modes: C0644 2073 9
    Sink: C0644 2073 9
    Sending file modes: C0644 2073 8
    Sink: C0644 2073 8
    Sink: E
    Entering directory: D0755 0 depthwise_conv2d_eltwise_y_in
    Sink: D0755 0 depthwise_conv2d_eltwise_y_in
    Sending file modes: C0644 537 2
    Sink: C0644 537 2
    Sending file modes: C0644 1049 4
    Sink: C0644 1049 4
    Sending file modes: C0644 2073 6
    Sink: C0644 2073 6
    Sending file modes: C0644 537 3
    Sink: C0644 537 3
    Sending file modes: C0644 4121 12
    Sink: C0644 4121 12
    Sending file modes: C0644 1049 5
    Sink: C0644 1049 5
    Sending file modes: C0644 2073 10
    Sink: C0644 2073 10
    Sending file modes: C0644 280 1
    Sink: C0644 280 1
    Sending file modes: C0644 152 0
    Sink: C0644 152 0
    Sending file modes: C0644 2073 7
    Sink: C0644 2073 7
    Sending file modes: C0644 2073 11
    Sink: C0644 2073 11
    Sending file modes: C0644 2073 9
    Sink: C0644 2073 9
    Sending file modes: C0644 2073 8
    Sink: C0644 2073 8
    Sink: E
    Sink: E
    Sending file modes: C0644 70 subgraph.txt
    Sink: C0644 70 subgraph.txt
    Sending file modes: C0644 262176 conv4_1_sep_weights
    Sink: C0644 262176 conv4_1_sep_weights
    Sending file modes: C0644 28 batch_norm_20.tmp_3.scale
    Sink: C0644 28 batch_norm_20.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_18.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_18.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_22.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_22.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_23.tmp_3.scale
    Sink: C0644 28 batch_norm_23.tmp_3.scale
    Sending file modes: C0644 9247 conv4_1_dw_weights
    Sink: C0644 9247 conv4_1_dw_weights
    Sending file modes: C0644 28 batch_norm_13.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_13.tmp_2.quant_dequant.scale
    Sending file modes: C0644 2097184 conv5_6_sep_weights
    Sink: C0644 2097184 conv5_6_sep_weights
    Sending file modes: C0644 28 batch_norm_15.tmp_3.scale
    Sink: C0644 28 batch_norm_15.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_2.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_2.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_22.tmp_3.scale
    Sink: C0644 28 batch_norm_22.tmp_3.scale
    Sending file modes: C0644 28 fc_0.tmp_1.quant_dequant.scale
    Sink: C0644 28 fc_0.tmp_1.quant_dequant.scale
    Sending file modes: C0644 65568 conv3_1_sep_weights
    Sink: C0644 65568 conv3_1_sep_weights
    Sending file modes: C0644 28 batch_norm_7.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_7.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_25.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_25.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_17.tmp_3.scale
    Sink: C0644 28 batch_norm_17.tmp_3.scale
    Sending file modes: C0644 28 fc_0.tmp_2.quant_dequant.scale
    Sink: C0644 28 fc_0.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_15.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_15.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_17.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_17.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_14.tmp_3.scale
    Sink: C0644 28 batch_norm_14.tmp_3.scale
    Sending file modes: C0644 28 batch_norm_0.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_0.tmp_2.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_8.tmp_2.quant_dequant.scale
    Sink: C0644 28 batch_norm_8.tmp_2.quant_dequant.scale
    Sending file modes: C0644 220 ._model
    Sink: C0644 220 ._model
    Sending file modes: C0644 28 batch_norm_19.tmp_3.scale
    Sink: C0644 28 batch_norm_19.tmp_3.scale
    Sending file modes: C0644 28 pool2d_0.tmp_0.scale
    Sink: C0644 28 pool2d_0.tmp_0.scale
    Sending file modes: C0644 28 batch_norm_26.tmp_3.quant_dequant.scale
    Sink: C0644 28 batch_norm_26.tmp_3.quant_dequant.scale
    Sending file modes: C0644 28 batch_norm_24.tmp_3.scale
    Sink: C0644 28 batch_norm_24.tmp_3.scale
    Sending file modes: C0644 18463 conv5_5_dw_weights
    Sink: C0644 18463 conv5_5_dw_weights
    Sending file modes: C0644 2334 conv2_2_dw_weights
    Sink: C0644 2334 conv2_2_dw_weights
    Sink: E
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    debug1: fd 0 clearing O_NONBLOCK
    debug1: fd 1 clearing O_NONBLOCK
    Transferred: sent 17125864, received 82296 bytes, in 3.0 seconds
    Bytes per second: sent 5705232.5, received 27415.7
    debug1: Exit status 0
    Executing: program /usr/bin/ssh host 192.168.31.133, user root, command scp -v -t /var/tmp/test
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: scp -v -t /var/tmp/test
    Sending file modes: C0755 170644 demo
    Sink: C0755 170644 demo
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    debug1: fd 0 clearing O_NONBLOCK
    debug1: fd 1 clearing O_NONBLOCK
    Transferred: sent 173640, received 2008 bytes, in 0.1 seconds
    Bytes per second: sent 3222191.0, received 37261.9
    debug1: Exit status 0
    Executing: program /usr/bin/ssh host 192.168.31.133, user root, command scp -v -r -t /var/tmp/test
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: scp -v -r -t /var/tmp/test
    ../assets/models/mobilenet_v1_int8_per_layer_log2.nb: No such file or directory
    debug1: channel 0: free: client-session, nchannels 1
    debug1: fd 0 clearing O_NONBLOCK
    debug1: fd 1 clearing O_NONBLOCK
    debug1: Killed by signal 1.
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g 1 Mar 2016
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 19: Applying options for *
    debug1: Connecting to 192.168.31.133 [192.168.31.133] port 22.
    debug1: fd 3 clearing O_NONBLOCK
    debug1: Connection established.
    debug1: permanently_set_uid: 0/0
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_rsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_dsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ecdsa-cert type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519 type -1
    debug1: key_load_public: No such file or directory
    debug1: identity file /root/.ssh/id_ed25519-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
    debug1: Remote protocol version 2.0, remote software version dropbear_2017.75
    debug1: no match: dropbear_2017.75
    debug1: Authenticating to 192.168.31.133:22 as 'root'
    debug1: SSH2_MSG_KEXINIT sent
    debug1: SSH2_MSG_KEXINIT received
    debug1: kex: algorithm: curve25519-sha256@libssh.org
    debug1: kex: host key algorithm: ecdsa-sha2-nistp521
    debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
    debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
    debug1: Server host key: ecdsa-sha2-nistp521 SHA256:nn3teMQ48WFqTn96bqllfks54HcSbJSxeaLu3emt8f0
    debug1: Host '192.168.31.133' is known and matches the ECDSA host key.
    debug1: Found key in /root/.ssh/known_hosts:1
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_NEWKEYS sent
    debug1: expecting SSH2_MSG_NEWKEYS
    debug1: SSH2_MSG_NEWKEYS received
    debug1: rekey after 4294967296 blocks
    debug1: SSH2_MSG_SERVICE_ACCEPT received
    debug1: Authentications that can continue: publickey,password
    debug1: Next authentication method: publickey
    debug1: Offering RSA public key: bonoy@bonoy-X299-WU8
    debug1: Authentications that can continue: publickey,password
    debug1: Trying private key: /root/.ssh/id_rsa
    debug1: Trying private key: /root/.ssh/id_dsa
    debug1: Trying private key: /root/.ssh/id_ecdsa
    debug1: Trying private key: /root/.ssh/id_ed25519
    debug1: Next authentication method: password
    debug1: Authentication succeeded (password).
    Authenticated to 192.168.31.133 ([192.168.31.133]:22).
    debug1: channel 0: new [client-session]
    debug1: Entering interactive session.
    debug1: pledge: network
    debug1: Sending environment.
    debug1: Sending env LANG = en_US.UTF-8
    debug1: Sending command: cd /var/tmp/test; export GLOG_v=5; export SUBGRAPH_ONLINE_MODE=true;export LD_LIBRARY_PATH=./eeasytech_npu:./cpu:.:$LD_LIBRARY_PATH; chmod +x ./demo; ./demo ./mobilenet_v1_int8_per_layer_log2 1,3,224,224 float32 float32 eeasytech_npu "null" null null ./mobilenet_v1_int8_per_layer_log2/subgraph_partition_config_file.txt ./mobilenet_v1_int8_per_layer_log2/mixed_precision_quantization_config_file.txt
    ./demo: ./cpu/libgomp.so.1: no version information available (required by ./libpaddle_full_api_shared.so)
    ./demo: ./cpu/libgomp.so.1: no version information available (required by ./libpaddle_full_api_shared.so)
    1
    3
    224
    224
    float32
    float32
    [I 1/ 1 11:20:49.217 /Paddle-Lite/lite/core/device_info.cc get_cpu_arch:283] Unknow cpu arch: 3079
    [I 1/ 1 11:20:49.217 /Paddle-Lite/lite/core/device_info.cc get_cpu_arch:283] Unknow cpu arch: 3079
    [I 1/ 1 11:20:49.221 /Paddle-Lite/lite/core/device_info.cc Setup:1330] ARM multiprocessors name: MODEL NAME : ARMV7 PROCESSOR REV 5 (V7L)
    HARDWARE : LOMBOTECH-N7 (FLATTENED DEVICE TREE)

[I 1/ 1 11:20:49.221 /Paddle-Lite/lite/core/device_info.cc Setup:1331] ARM multiprocessors number: 2
[I 1/ 1 11:20:49.221 /Paddle-Lite/lite/core/device_info.cc Setup:1333] ARM multiprocessors ID: 0, max freq: 912, min freq: 912, cluster ID: 0, CPU ARCH: A-1
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1333] ARM multiprocessors ID: 1, max freq: 912, min freq: 912, cluster ID: 0, CPU ARCH: A-1
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1339] L1 DataCache size is:
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1341] 32 KB
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1341] 32 KB
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1343] L2 Cache size is:
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1345] 512 KB
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1345] 512 KB
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1347] L3 Cache size is:
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1349] 0 KB
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1349] 0 KB
[I 1/ 1 11:20:49.222 /Paddle-Lite/lite/core/device_info.cc Setup:1351] Total memory: 834364KB
[I 1/ 1 11:20:49.223 /Paddle-Lite/lite/core/device_info.cc Setup:1352] SVE2 support: 0
[I 1/ 1 11:20:49.223 /Paddle-Lite/lite/core/device_info.cc Setup:1353] SVE2 f32mm support: 0
[I 1/ 1 11:20:49.223 /Paddle-Lite/lite/core/device_info.cc Setup:1354] SVE2 i8mm support: 0
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
Segmentation fault
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 2680, received 4144 bytes, in 0.3 seconds
Bytes per second: sent 10101.1, received 15619.1
debug1: Exit status 139

@lishicheng1996
Copy link
Contributor

已收到您的issue,等内部同学看一下

@qili93
Copy link
Collaborator

qili93 commented Apr 15, 2024

建议修改run.sh脚本中的 export GLOG_v=5 环境变量修改一下,重新运行一下这个示例,将日志重定向到一个log文件,然后提供一下这个日志文件到issue上,我们分析一下,谢谢!

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

3 participants