Console Output

Started by user guillermo.polito@inria.fr
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/files.pharo.org test pipeline
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials filepharosync (files.pharo.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-fuKaL0GD2kJw/agent.24824
SSH_AGENT_PID=24826
$ ssh-add "/builds/workspace/files.pharo.org test pipeline@tmp/private_key_5833083081626829523.key"
Identity added: /builds/workspace/files.pharo.org test pipeline@tmp/private_key_5833083081626829523.key (/builds/workspace/files.pharo.org test pipeline@tmp/private_key_5833083081626829523.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[files.pharo.org test pipeline] Running shell script
+ touch test
[Pipeline] sh
[files.pharo.org test pipeline] Running shell script
+ scp -o StrictHostKeyChecking=no -v test filepharosync@file-pharo.inria.fr:/appli/files.pharo.org/image/70/
Executing: program /usr/bin/ssh host file-pharo.inria.fr, user filepharosync, command scp -v -t /appli/files.pharo.org/image/70/
OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, 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 file-pharo.inria.fr [128.93.162.72] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /builds/.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.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1.4
debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.4 pat OpenSSH_5* compat 0x0c000000
debug1: Authenticating to file-pharo.inria.fr:22 as 'filepharosync'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: ecdh-sha2-nistp256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: aes128-ctr MAC: umac-64@openssh.com compression: none
debug1: kex: client->server cipher: aes128-ctr MAC: umac-64@openssh.com compression: none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:X1x2QdyqTD8Kz4FL8AUWRlChIRCx+7LXof1WbBN3wYk
debug1: Host 'file-pharo.inria.fr' is known and matches the ECDSA host key.
debug1: Found key in /builds/.ssh/known_hosts:1
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /builds/workspace/files.pharo.org test pipeline@tmp/private_key_5833083081626829523.key
debug1: Server accepts key: pkalg ssh-rsa blen 151
debug1: Authentication succeeded (publickey).
Authenticated to file-pharo.inria.fr ([128.93.162.72]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: pledge: network
debug1: Sending environment.
debug1: Sending env LANG = en_US
debug1: Sending env LC_ALL = en_US.UTF-8
debug1: Sending command: scp -v -t /appli/files.pharo.org/image/70/
Sending file modes: C0664 0 test
Sink: C0664 0 test
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
debug1: fd 2 clearing O_NONBLOCK
Transferred: sent 2568, received 1856 bytes, in 0.3 seconds
Bytes per second: sent 9515.0, received 6876.9
debug1: Exit status 0
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 24826 killed;
[ssh-agent] Stopped.
[Pipeline] }
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS