;; GNU Emacs: 24.5.1 Tramp: 2.2.11-24.5 -*- mode: outline; -*- 12:24:27.196931 tramp-check-proper-method-and-host (10) # backtrace() (let ((standard-output standard-output)) (backtrace)) (progn (let ((standard-output standard-output)) (backtrace)) (save-current-buffer (set-buffer standard-output) (buffer-string))) (unwind-protect (progn (let ((standard-output standard-output)) (backtrace)) (save-current-buffer (set-buffer standard-output) (buffer-string))) (kill-buffer standard-output)) (let ((standard-output (get-buffer-create (generate-new-buffer-name " *string-output*")))) (unwind-protect (progn (let ((standard-output standard-output)) (backtrace)) (save-current-buffer (set-buffer standard-output) (buffer-string))) (kill-buffer standard-output))) (tramp-message vec-or-proc 10 " %s" (let ((standard-output (get-buffer-create (generate-new-buffer-name " *string-output*")))) (unwind-protect (progn (let ((standard-output standard-output)) (backtrace)) (save-current-buffer (set-buffer standard-output) (buffer-string))) (kill-buffer standard-output)))) (if vec-or-proc (tramp-message vec-or-proc 10 " %s" (let ((standard-output (get-buffer-create (generate-new-buffer-name " *string-output*")))) (unwind-protect (progn (let ((standard-output standard-output)) (backtrace)) (save-current-buffer (set-buffer standard-output) (buffer-string))) (kill-buffer standard-output)))) (if (>= tramp-verbose 10) (let* ((old-dir default-directory) (buf (save-current-buffer (set-buffer (get-buffer-create "*debug tramp*")) (prog1 (current-buffer) (kill-all-local-variables) (setq default-directory old-dir) (setq buffer-read-only nil) (setq buffer-file-name nil) (setq buffer-undo-list t) (let ... ... ...)))) (standard-output buf)) (prog1 (progn (backtrace)) (internal-temp-output-buffer-show buf))))) tramp-backtrace(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"]) (let (tramp-message-show-message) (tramp-backtrace vec-or-proc) (if vec-or-proc (progn (tramp-message vec-or-proc 1 "%s" (error-message-string (list signal (get signal (quote error-message)) (apply (quote format) fmt-string arguments)))))) (signal signal (list (apply (quote format) fmt-string arguments)))) tramp-error(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"] user-error "Unknown method \"%s\"" "docker") apply(tramp-error ["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"] user-error "Unknown method \"%s\"" "docker") tramp-user-error(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"] "Unknown method \"%s\"" "docker") (progn (tramp-cleanup-connection vec) (tramp-user-error vec "Unknown method \"%s\"" method)) (if (and method (not (member method methods))) (progn (tramp-cleanup-connection vec) (tramp-user-error vec "Unknown method \"%s\"" method))) (let ((method (tramp-file-name-method vec)) (user (tramp-file-name-user vec)) (host (tramp-file-name-host vec)) (methods (mapcar (quote car) tramp-methods))) (if (and method (not (member method methods))) (progn (tramp-cleanup-connection vec) (tramp-user-error vec "Unknown method \"%s\"" method))) (if (and (equal tramp-syntax (quote ftp)) host (or (null method) (get-text-property 0 (quote tramp-default) method)) (or (null user) (get-text-property 0 (quote tramp-default) user)) (member host methods)) (progn (tramp-cleanup-connection vec) (tramp-user-error vec "Host name must not match method \"%s\"" host)))) tramp-check-proper-method-and-host(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"]) tramp-maybe-open-connection(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"]) (if neveropen nil (tramp-maybe-open-connection vec)) tramp-send-command(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"] "test 0 2>/dev/null; echo tramp_exit_status $?") tramp-send-command-and-check(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"] "test 0") (if (tramp-send-command-and-check vec "test 0") "test" (tramp-find-executable vec "test" (tramp-get-remote-path vec))) (progn (tramp-message vec 5 "Finding a suitable `test' command") (if (tramp-send-command-and-check vec "test 0") "test" (tramp-find-executable vec "test" (tramp-get-remote-path vec)))) (setq value (progn (tramp-message vec 5 "Finding a suitable `test' command") (if (tramp-send-command-and-check vec "test 0") "test" (tramp-find-executable vec "test" (tramp-get-remote-path vec))))) (progn (setq value (progn (tramp-message vec 5 "Finding a suitable `test' command") (if (tramp-send-command-and-check vec "test 0") "test" (tramp-find-executable vec "test" (tramp-get-remote-path vec))))) (tramp-set-connection-property vec "test" value)) (if (eq value (quote undef)) (progn (setq value (progn (tramp-message vec 5 "Finding a suitable `test' command") (if (tramp-send-command-and-check vec "test 0") "test" (tramp-find-executable vec "test" (tramp-get-remote-path vec))))) (tramp-set-connection-property vec "test" value))) (let ((value (tramp-get-connection-property vec "test" (quote undef)))) (if (eq value (quote undef)) (progn (setq value (progn (tramp-message vec 5 "Finding a suitable `test' command") (if (tramp-send-command-and-check vec "test 0") "test" (tramp-find-executable vec "test" (tramp-get-remote-path vec))))) (tramp-set-connection-property vec "test" value))) value) tramp-get-test-command(["docker" nil "74b79b8b67a2" "/" "ssh:address@hidden|"]) (format "%s %s %s" (tramp-get-test-command v) switch (tramp-shell-quote-argument localname)) (tramp-send-command-and-check v (format "%s %s %s" (tramp-get-test-command v) switch (tramp-shell-quote-argument localname))) (let* ((v (tramp-dissect-file-name filename)) (method (tramp-file-name-method v)) (user (tramp-file-name-user v)) (host (tramp-file-name-host v)) (localname (tramp-file-name-localname v)) (hop (tramp-file-name-hop v))) (ignore method user host localname hop) (tramp-send-command-and-check v (format "%s %s %s" (tramp-get-test-command v) switch (tramp-shell-quote-argument localname)))) tramp-run-test("-d" "/ssh:address@hidden|docker:74b79b8b67a2:/") (progn (tramp-run-test "-d" filename)) (setq value (progn (tramp-run-test "-d" filename))) (progn (setq value (progn (tramp-run-test "-d" filename))) (tramp-set-file-property v localname "file-directory-p" value)) (if (eq value (quote undef)) (progn (setq value (progn (tramp-run-test "-d" filename))) (tramp-set-file-property v localname "file-directory-p" value))) (let ((value (tramp-get-file-property v localname "file-directory-p" (quote undef)))) (if (eq value (quote undef)) (progn (setq value (progn (tramp-run-test "-d" filename))) (tramp-set-file-property v localname "file-directory-p" value))) value) (if (file-name-absolute-p localname) (let ((value (tramp-get-file-property v localname "file-directory-p" (quote undef)))) (if (eq value (quote undef)) (progn (setq value (progn (tramp-run-test "-d" filename))) (tramp-set-file-property v localname "file-directory-p" value))) value) (tramp-run-test "-d" filename)) (or (zerop (length localname)) (if (file-name-absolute-p localname) (let ((value (tramp-get-file-property v localname "file-directory-p" (quote undef)))) (if (eq value (quote undef)) (progn (setq value (progn (tramp-run-test "-d" filename))) (tramp-set-file-property v localname "file-directory-p" value))) value) (tramp-run-test "-d" filename))) (let* ((v (tramp-dissect-file-name filename)) (method (tramp-file-name-method v)) (user (tramp-file-name-user v)) (host (tramp-file-name-host v)) (localname (tramp-file-name-localname v)) (hop (tramp-file-name-hop v))) (ignore method user host localname hop) (or (zerop (length localname)) (if (file-name-absolute-p localname) (let ((value (tramp-get-file-property v localname "file-directory-p" (quote undef)))) (if (eq value (quote undef)) (progn (setq value (progn ...)) (tramp-set-file-property v localname "file-directory-p" value))) value) (tramp-run-test "-d" filename)))) tramp-sh-handle-file-directory-p("/ssh:address@hidden|docker:74b79b8b67a2:/") apply(tramp-sh-handle-file-directory-p "/ssh:address@hidden|docker:74b79b8b67a2:/") (if fn (apply (cdr fn) args) (tramp-run-real-handler operation args)) (let ((fn (assoc operation tramp-sh-file-name-handler-alist))) (if fn (apply (cdr fn) args) (tramp-run-real-handler operation args))) (progn (let ((fn (assoc operation tramp-sh-file-name-handler-alist))) (if fn (apply (cdr fn) args) (tramp-run-real-handler operation args)))) (unwind-protect (progn (let ((fn (assoc operation tramp-sh-file-name-handler-alist))) (if fn (apply (cdr fn) args) (tramp-run-real-handler operation args)))) (set-match-data save-match-data-internal (quote evaporate))) (let ((save-match-data-internal (match-data))) (unwind-protect (progn (let ((fn (assoc operation tramp-sh-file-name-handler-alist))) (if fn (apply (cdr fn) args) (tramp-run-real-handler operation args)))) (set-match-data save-match-data-internal (quote evaporate)))) (let ((tramp-locker t)) (let ((save-match-data-internal (match-data))) (unwind-protect (progn (let ((fn (assoc operation tramp-sh-file-name-handler-alist))) (if fn (apply (cdr fn) args) (tramp-run-real-handler operation args)))) (set-match-data save-match-data-internal (quote evaporate))))) (unwind-protect (let ((tramp-locker t)) (let ((save-match-data-internal (match-data))) (unwind-protect (progn (let ((fn ...)) (if fn (apply ... args) (tramp-run-real-handler operation args)))) (set-match-data save-match-data-internal (quote evaporate))))) (setq tramp-locked tl)) (let ((tl tramp-locked)) (setq tramp-locked t) (unwind-protect (let ((tramp-locker t)) (let ((save-match-data-internal (match-data))) (unwind-protect (progn (let (...) (if fn ... ...))) (set-match-data save-match-data-internal (quote evaporate))))) (setq tramp-locked tl))) tramp-sh-file-name-handler(file-directory-p "/ssh:address@hidden|docker:74b79b8b67a2:/") apply(tramp-sh-file-name-handler file-directory-p "/ssh:address@hidden|docker:74b79b8b67a2:/") (catch (quote suppress) (apply foreign operation args)) (catch (quote non-essential) (catch (quote suppress) (apply foreign operation args))) (setq result (catch (quote non-essential) (catch (quote suppress) (apply foreign operation args)))) (let ((sf (symbol-function foreign)) result) (if (and (listp sf) (eq (car sf) (quote autoload))) (progn (let ((default-directory (tramp-compat-temporary-file-directory))) (load (cadr sf) (quote noerror) (quote nomessage))))) (setq result (catch (quote non-essential) (catch (quote suppress) (apply foreign operation args)))) (cond ((eq result (quote non-essential)) (tramp-message v 5 "Non-essential received in operation %s" (cons operation args)) (tramp-run-real-handler operation args)) ((eq result (quote suppress)) (let (tramp-message-show-message) (tramp-message v 1 "Suppress received in operation %s" (cons operation args)) (tramp-cleanup-connection v t) (tramp-run-real-handler operation args))) (t result))) (condition-case err (let ((sf (symbol-function foreign)) result) (if (and (listp sf) (eq (car sf) (quote autoload))) (progn (let ((default-directory (tramp-compat-temporary-file-directory))) (load (cadr sf) (quote noerror) (quote nomessage))))) (setq result (catch (quote non-essential) (catch (quote suppress) (apply foreign operation args)))) (cond ((eq result (quote non-essential)) (tramp-message v 5 "Non-essential received in operation %s" (cons operation args)) (tramp-run-real-handler operation args)) ((eq result (quote suppress)) (let (tramp-message-show-message) (tramp-message v 1 "Suppress received in operation %s" (cons operation args)) (tramp-cleanup-connection v t) (tramp-run-real-handler operation args))) (t result))) ((debug debug quit) (let (tramp-message-show-message) (tramp-message v 1 "Interrupt received in operation %s" (cons operation args))) (signal (car err) (cdr err))) ((debug error) (cond ((and completion (zerop (length localname)) (memq operation (quote (file-exists-p file-directory-p)))) t) ((and completion (zerop (length localname)) (memq operation (quote (expand-file-name file-name-as-directory)))) filename) (t (signal (car err) (cdr err)))))) (let ((debug-on-error tramp-debug-on-error)) (condition-case err (let ((sf (symbol-function foreign)) result) (if (and (listp sf) (eq (car sf) (quote autoload))) (progn (let ((default-directory ...)) (load (cadr sf) (quote noerror) (quote nomessage))))) (setq result (catch (quote non-essential) (catch (quote suppress) (apply foreign operation args)))) (cond ((eq result (quote non-essential)) (tramp-message v 5 "Non-essential received in operation %s" (cons operation args)) (tramp-run-real-handler operation args)) ((eq result (quote suppress)) (let (tramp-message-show-message) (tramp-message v 1 "Suppress received in operation %s" (cons operation args)) (tramp-cleanup-connection v t) (tramp-run-real-handler operation args))) (t result))) ((debug debug quit) (let (tramp-message-show-message) (tramp-message v 1 "Interrupt received in operation %s" (cons operation args))) (signal (car err) (cdr err))) ((debug error) (cond ((and completion (zerop (length localname)) (memq operation (quote ...))) t) ((and completion (zerop (length localname)) (memq operation (quote ...))) filename) (t (signal (car err) (cdr err))))))) (if foreign (let ((debug-on-error tramp-debug-on-error)) (condition-case err (let ((sf (symbol-function foreign)) result) (if (and (listp sf) (eq (car sf) (quote autoload))) (progn (let (...) (load ... ... ...)))) (setq result (catch (quote non-essential) (catch (quote suppress) (apply foreign operation args)))) (cond ((eq result (quote non-essential)) (tramp-message v 5 "Non-essential received in operation %s" (cons operation args)) (tramp-run-real-handler operation args)) ((eq result (quote suppress)) (let (tramp-message-show-message) (tramp-message v 1 "Suppress received in operation %s" ...) (tramp-cleanup-connection v t) (tramp-run-real-handler operation args))) (t result))) ((debug debug quit) (let (tramp-message-show-message) (tramp-message v 1 "Interrupt received in operation %s" (cons operation args))) (signal (car err) (cdr err))) ((debug error) (cond ((and completion (zerop ...) (memq operation ...)) t) ((and completion (zerop ...) (memq operation ...)) filename) (t (signal (car err) (cdr err))))))) (tramp-run-real-handler operation args)) (let* ((v (tramp-dissect-file-name filename)) (method (tramp-file-name-method v)) (user (tramp-file-name-user v)) (host (tramp-file-name-host v)) (localname (tramp-file-name-localname v)) (hop (tramp-file-name-hop v))) (ignore method user host localname hop) (if foreign (let ((debug-on-error tramp-debug-on-error)) (condition-case err (let ((sf (symbol-function foreign)) result) (if (and (listp sf) (eq ... ...)) (progn (let ... ...))) (setq result (catch (quote non-essential) (catch ... ...))) (cond ((eq result ...) (tramp-message v 5 "Non-essential received in operation %s" ...) (tramp-run-real-handler operation args)) ((eq result ...) (let ... ... ... ...)) (t result))) ((debug debug quit) (let (tramp-message-show-message) (tramp-message v 1 "Interrupt received in operation %s" (cons operation args))) (signal (car err) (cdr err))) ((debug error) (cond ((and completion ... ...) t) ((and completion ... ...) filename) (t (signal ... ...)))))) (tramp-run-real-handler operation args))) (let* ((filename (tramp-replace-environment-variables (apply (quote tramp-file-name-for-operation) operation args))) (completion (tramp-completion-mode-p)) (foreign (tramp-find-foreign-file-name-handler filename))) (let* ((v (tramp-dissect-file-name filename)) (method (tramp-file-name-method v)) (user (tramp-file-name-user v)) (host (tramp-file-name-host v)) (localname (tramp-file-name-localname v)) (hop (tramp-file-name-hop v))) (ignore method user host localname hop) (if foreign (let ((debug-on-error tramp-debug-on-error)) (condition-case err (let ((sf ...) result) (if (and ... ...) (progn ...)) (setq result (catch ... ...)) (cond (... ... ...) (... ...) (t result))) ((debug debug quit) (let (tramp-message-show-message) (tramp-message v 1 "Interrupt received in operation %s" ...)) (signal (car err) (cdr err))) ((debug error) (cond (... t) (... filename) (t ...))))) (tramp-run-real-handler operation args)))) (progn (let* ((filename (tramp-replace-environment-variables (apply (quote tramp-file-name-for-operation) operation args))) (completion (tramp-completion-mode-p)) (foreign (tramp-find-foreign-file-name-handler filename))) (let* ((v (tramp-dissect-file-name filename)) (method (tramp-file-name-method v)) (user (tramp-file-name-user v)) (host (tramp-file-name-host v)) (localname (tramp-file-name-localname v)) (hop (tramp-file-name-hop v))) (ignore method user host localname hop) (if foreign (let ((debug-on-error tramp-debug-on-error)) (condition-case err (let (... result) (if ... ...) (setq result ...) (cond ... ... ...)) ((debug debug quit) (let ... ...) (signal ... ...)) ((debug error) (cond ... ... ...)))) (tramp-run-real-handler operation args))))) (unwind-protect (progn (let* ((filename (tramp-replace-environment-variables (apply (quote tramp-file-name-for-operation) operation args))) (completion (tramp-completion-mode-p)) (foreign (tramp-find-foreign-file-name-handler filename))) (let* ((v (tramp-dissect-file-name filename)) (method (tramp-file-name-method v)) (user (tramp-file-name-user v)) (host (tramp-file-name-host v)) (localname (tramp-file-name-localname v)) (hop (tramp-file-name-hop v))) (ignore method user host localname hop) (if foreign (let ((debug-on-error tramp-debug-on-error)) (condition-case err (let ... ... ... ...) (... ... ...) (... ...))) (tramp-run-real-handler operation args))))) (set-match-data save-match-data-internal (quote evaporate))) (let ((save-match-data-internal (match-data))) (unwind-protect (progn (let* ((filename (tramp-replace-environment-variables (apply ... operation args))) (completion (tramp-completion-mode-p)) (foreign (tramp-find-foreign-file-name-handler filename))) (let* ((v (tramp-dissect-file-name filename)) (method (tramp-file-name-method v)) (user (tramp-file-name-user v)) (host (tramp-file-name-host v)) (localname (tramp-file-name-localname v)) (hop (tramp-file-name-hop v))) (ignore method user host localname hop) (if foreign (let (...) (condition-case err ... ... ...)) (tramp-run-real-handler operation args))))) (set-match-data save-match-data-internal (quote evaporate)))) (if tramp-mode (let ((save-match-data-internal (match-data))) (unwind-protect (progn (let* ((filename (tramp-replace-environment-variables ...)) (completion (tramp-completion-mode-p)) (foreign (tramp-find-foreign-file-name-handler filename))) (let* ((v ...) (method ...) (user ...) (host ...) (localname ...) (hop ...)) (ignore method user host localname hop) (if foreign (let ... ...) (tramp-run-real-handler operation args))))) (set-match-data save-match-data-internal (quote evaporate)))) (tramp-run-real-handler operation args)) tramp-file-name-handler(file-directory-p "/ssh:address@hidden|docker:74b79b8b67a2:/") file-directory-p("/ssh:address@hidden|docker:74b79b8b67a2:/") find-file-noselect("/ssh:address@hidden|docker:74b79b8b67a2:/" nil nil t) find-file("/ssh:address@hidden|docker:74b79b8b67a2:/" t) call-interactively(find-file) ido-file-internal(raise-frame) ido-find-file() call-interactively(ido-find-file nil nil) command-execute(ido-find-file) 12:24:27.198058 tramp-check-proper-method-and-host (1) # , Unknown method "docker" 12:24:53.229009 tramp-get-file-property (8) # / file-exists-p undef 12:24:53.229673 tramp-get-file-property (8) # / file-attributes-integer nil 12:24:53.230375 tramp-get-file-property (8) # / file-attributes-string nil 12:24:53.231191 tramp-get-connection-property (7) # file-exists undef 12:24:53.231875 tramp-get-file-exists-command (5) # Finding command to check if file exists 12:24:53.232626 tramp-get-connection-property (7) # test undef 12:24:53.233299 tramp-get-test-command (5) # Finding a suitable `test' command 12:24:53.233979 tramp-get-connection-property (7) # process-name nil 12:24:53.234768 tramp-get-connection-property (7) # process-name nil 12:24:53.235715 tramp-get-connection-property (7) # process-buffer nil 12:24:53.237539 tramp-maybe-open-connection (3) # Opening connection for 74b79b8b67a2 using docker... 12:24:53.238938 tramp-compute-multi-hops (5) # Add proxy ("74b79b8b67a2" "nil" "/ssh:address@hidden:") 12:24:53.239632 tramp-get-connection-property (7) # process-name nil 12:24:53.239994 tramp-get-connection-property (7) # process-buffer nil 12:24:53.240788 tramp-set-connection-property (7) # vector [docker nil 74b79b8b67a2 / ssh:address@hidden|] 12:24:53.241159 tramp-maybe-open-connection (6) # /bin/sh -i 12:24:53.241497 tramp-get-connection-property (7) # vector [docker nil 74b79b8b67a2 / ssh:address@hidden|] 12:24:53.246902 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.247343 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.247746 tramp-get-connection-property (7) # gateway nil 12:24:53.248356 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* #$ 12:24:53.248724 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.248999 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.249465 tramp-wait-for-regexp (6) # #$ 12:24:53.250198 tramp-get-connection-property (7) # temp-file undef 12:24:53.250629 tramp-set-connection-property (7) # temp-file /tmp/tramp.10338uTg 12:24:53.251864 tramp-maybe-open-connection (3) # Sending command `exec ssh -l root -o ControlMaster=auto -o ControlPath='tramp.%C' -o ControlPersist=no -e none func14-loader1' 12:24:53.252330 tramp-get-connection-property (7) # process-name nil 12:24:53.418968 tramp-get-connection-property (7) # remote-echo nil 12:24:53.419381 tramp-send-command (6) # exec ssh -l root -o ControlMaster=auto -o ControlPath='tramp.%C' -o ControlPersist=no -e none func14-loader1 12:24:53.419738 tramp-get-connection-property (7) # process-name nil 12:24:53.420089 tramp-get-connection-property (7) # chunksize nil 12:24:53.420422 tramp-set-connection-property (7) # last-cmd-time (22222 54901 420383 58000) 12:24:53.420730 tramp-send-string (10) # exec ssh -l root -o ControlMaster=auto -o ControlPath='tramp.%C' -o ControlPersist=no -e none func14-loader1 12:24:53.421028 tramp-get-connection-property (7) # process-buffer nil 12:24:53.422618 tramp-process-actions (3) # Waiting for prompts from remote shell... 12:24:53.423552 tramp-get-connection-property (7) # gateway nil 12:24:53.495099 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* address@hidden's password: 12:24:53.495528 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 12:24:53.495877 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.496166 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.496549 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:? *\)\'" from remote shell 12:24:53.496880 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.497223 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.497547 tramp-process-one-action (5) # Call `tramp-action-password' 12:24:53.497865 tramp-get-connection-property (7) # first-password-request nil 12:24:53.498169 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.498458 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.499384 tramp-action-password (3) # Sending password 12:24:53.499755 tramp-get-connection-property (7) # check-remote-echo nil 12:24:53.500027 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.253315 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 12:24:56.253678 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.253996 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.254283 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 12:24:56.254553 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.254816 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.255083 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\| \)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 12:24:56.255368 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.255651 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.255947 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 12:24:56.256287 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.256638 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.256960 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 12:24:56.257224 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.257502 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.257793 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 12:24:56.258053 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.258322 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.258626 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 12:24:56.258984 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.259263 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.259530 tramp-process-one-action (5) # Call `tramp-action-process-alive' 12:24:56.259799 tramp-get-connection-property (7) # gateway nil 12:24:56.260344 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* 12:24:56.260684 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 12:24:56.260974 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.261251 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.261528 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:? *\)\'" from remote shell 12:24:56.261806 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.262062 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.262391 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 12:24:56.262753 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.263060 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.263366 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 12:24:56.263641 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.263902 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.264184 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\| \)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 12:24:56.264451 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.264708 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.264976 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 12:24:56.265261 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.265538 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.265801 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 12:24:56.266066 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.266332 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.266595 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 12:24:56.266862 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.267130 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.267387 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 12:24:56.267661 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.267961 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.268264 tramp-process-one-action (5) # Call `tramp-action-process-alive' 12:24:56.268557 tramp-get-connection-property (7) # gateway nil 12:24:56.277028 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* Last login: Thu Feb 25 11:54:55 2016 from 10.11.16.164 12:24:56.277461 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 12:24:56.277817 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.278151 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.278581 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:? *\)\'" from remote shell 12:24:56.278887 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.279170 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.279499 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 12:24:56.279784 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.280050 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.280350 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 12:24:56.280624 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.280896 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.281175 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\| \)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 12:24:56.281454 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.281727 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.282055 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 12:24:56.282375 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.282650 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.282932 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 12:24:56.283212 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.283487 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.283798 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 12:24:56.284094 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.284389 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.284684 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 12:24:56.284982 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.285267 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.285565 tramp-process-one-action (5) # Call `tramp-action-process-alive' 12:24:56.285846 tramp-get-connection-property (7) # gateway nil 12:24:56.345604 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* Last login: Thu Feb 25 11:54:55 2016 from 10.11.16.164 address@hidden ~]# 12:24:56.346020 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 12:24:56.346527 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.347279 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.348319 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:? *\)\'" from remote shell 12:24:56.349117 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.349849 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.350794 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 12:24:56.351578 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.352319 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.353158 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 12:24:56.353935 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.354693 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.355458 tramp-process-one-action (5) # Call `tramp-action-succeed' 12:24:56.356308 tramp-get-connection-property (7) # process-buffer nil 12:24:56.357010 tramp-process-actions (6) # address@hidden's password: Last login: Thu Feb 25 11:54:55 2016 from 10.11.16.164 address@hidden ~]# 12:24:56.357867 tramp-get-connection-property (7) # process-buffer nil 12:24:56.359551 tramp-process-actions (3) # Waiting for prompts from remote shell...done 12:24:56.361069 tramp-maybe-open-connection (3) # Found remote shell prompt on `func14-loader1' 12:24:56.362068 tramp-get-connection-property (7) # temp-file /tmp/tramp.10338uTg 12:24:56.364225 tramp-maybe-open-connection (3) # Sending command `exec docker exec -it 74b79b8b67a2 sh' 12:24:56.364750 tramp-get-connection-property (7) # process-name nil 12:24:56.365148 tramp-get-connection-property (7) # remote-echo nil 12:24:56.365504 tramp-send-command (6) # exec docker exec -it 74b79b8b67a2 sh 12:24:56.365859 tramp-get-connection-property (7) # process-name nil 12:24:56.366274 tramp-get-connection-property (7) # chunksize nil 12:24:56.366582 tramp-set-connection-property (7) # last-cmd-time (22222 54904 366548 779000) 12:24:56.366881 tramp-send-string (10) # exec docker exec -it 74b79b8b67a2 sh 12:24:56.367173 tramp-get-connection-property (7) # process-buffer nil 12:24:56.367600 tramp-set-connection-property (7) # first-password-request t 12:24:56.368342 tramp-process-actions (3) # Waiting for prompts from remote shell... 12:24:56.369169 tramp-get-connection-property (7) # gateway nil 12:24:56.371287 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* exec docker exec -it 74b79b8b67a2 sh 12:24:56.371741 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 12:24:56.372124 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.372469 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.372826 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:? *\)\'" from remote shell 12:24:56.373150 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.373449 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.373812 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 12:24:56.374116 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.374411 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.374727 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 12:24:56.375034 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.375329 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.375628 tramp-process-one-action (5) # Looking for regexp "\(\(?:^\| \)[^]#$%> ]*#?[]#$%>] *\(\[[0-9;]*[a-zA-Z] *\)*\)\'" from remote shell 12:24:56.375935 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.376251 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.376559 tramp-process-one-action (5) # Looking for regexp "\(\(Are you sure you want to continue connecting (yes/no)\?\)\s-*\)\'" from remote shell 12:24:56.376854 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.377146 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.377447 tramp-process-one-action (5) # Looking for regexp "\(\(\(?:Store key in cache\? (y/\|Update cached key\? (y/n, Return cancels connectio\)n)\)\s-*\)\'" from remote shell 12:24:56.377740 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.378026 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.544038 tramp-process-one-action (5) # Looking for regexp "\(\(TERM = (.*)\|Terminal type\? \[.*\]\)\s-*\)\'" from remote shell 12:24:56.544506 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.544896 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.545268 tramp-process-one-action (5) # Looking for regexp "\(\)\'" from remote shell 12:24:56.545601 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.545906 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.546212 tramp-process-one-action (5) # Call `tramp-action-process-alive' 12:24:56.546495 tramp-get-connection-property (7) # gateway nil 12:24:56.546961 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* exec docker exec -it 74b79b8b67a2 sh sh-4.2# 12:24:56.547274 tramp-process-one-action (5) # Looking for regexp "\(.*ogin\( .*\)?: *\)\'" from remote shell 12:24:56.547560 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.547835 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.548230 tramp-process-one-action (5) # Looking for regexp "\(^.*\(\(?:adgangskode\|contrase\(?:\(?:ny\|ñ\)a\)\|geslo\|h\(?:\(?:asł\|esl\)o\)\|iphasiwedi\|jelszó\|l\(?:ozinka\|ösenord\)\|m\(?:ot de passe\|ật khẩu\)\|pa\(?:rola\|s\(?:ahitza\|s\(?: phrase\|code\|ord\|phrase\|wor[dt]\)\|vorto\)\)\|s\(?:alasana\|enha\|laptažodis\)\|wachtwoord\|лозинка\|пароль\|ססמה\|كلمة السر\|गुप्तशब्द\|शब्दकूट\|গুপ্তশব্দ\|পাসওয়ার্ড\|ਪਾਸਵਰਡ\|પાસવર્ડ\|ପ୍ରବେଶ ସଙ୍କେତ\|கடவுச்சொல்\|సంకేతపదము\|ಗುಪ್ತಪದ\|അടയാളവാക്ക്\|රහස්පදය\|ពាក្យសម្ងាត់\|パスワード\|密[码碼]\|암호\)\).*:? *\)\'" from remote shell 12:24:56.548531 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.548813 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.549148 tramp-process-one-action (5) # Looking for regexp "\(^.*\(Connection \(?:\(?:clo\|refu\)sed\)\|Host key verification failed\.\|Login \(?:[Ii]ncorrect\)\|N\(?:ame or service not known\|o supported authentication methods left to try!\)\|Permission denied\|\(?:Sorry, try again\|Timeout, server not responding\)\.\).*\|^.*\(Received signal [0-9]+\).*\)\'" from remote shell 12:24:56.549501 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.549827 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.550164 tramp-process-one-action (5) # Looking for regexp "\(^[^#$%> ]*[#$%>] *\)\'" from remote shell 12:24:56.550520 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.550844 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.551185 tramp-process-one-action (5) # Call `tramp-action-succeed' 12:24:56.551556 tramp-get-connection-property (7) # process-buffer nil 12:24:56.551867 tramp-process-actions (6) # exec docker exec -it 74b79b8b67a2 sh sh-4.2# 12:24:56.552173 tramp-get-connection-property (7) # process-buffer nil 12:24:56.552930 tramp-process-actions (3) # Waiting for prompts from remote shell...done 12:24:56.553695 tramp-maybe-open-connection (3) # Found remote shell prompt on `74b79b8b67a2' 12:24:56.554078 tramp-get-connection-property (7) # remote-shell nil 12:24:56.554399 tramp-open-shell (5) # Opening remote shell `/bin/sh'... 12:24:56.554729 tramp-get-connection-property (7) # process-name nil 12:24:56.555014 tramp-get-connection-property (7) # remote-echo nil 12:24:56.555282 tramp-send-command (6) # exec env ENV='' HISTFILE=/dev/null PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /bin/sh 12:24:56.555553 tramp-get-connection-property (7) # process-name nil 12:24:56.555827 tramp-get-connection-property (7) # chunksize nil 12:24:56.556099 tramp-set-connection-property (7) # last-cmd-time (22222 54904 556068 170000) 12:24:56.556396 tramp-send-string (10) # exec env ENV='' HISTFILE=/dev/null PROMPT_COMMAND='' PS1=\#\$\ PS2='' PS3='' /bin/sh 12:24:56.556697 tramp-get-connection-property (7) # process-buffer nil 12:24:56.557805 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.558185 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.558782 tramp-get-connection-property (7) # gateway nil 12:24:56.559532 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* exec env ENV='' HISTFILE=/dev/null PROMPT_COMMAND='' PS1=\#\$\ PS2=' /dev/null; echo tramp_exit_status $? 12:24:56.776661 tramp-get-connection-property (7) # process-name nil 12:24:56.777235 tramp-get-connection-property (7) # chunksize nil 12:24:56.777607 tramp-set-connection-property (7) # last-cmd-time (22222 54904 777560 480000) 12:24:56.777964 tramp-send-string (10) # echo \"`uname -sr`\" 2>/dev/null; echo tramp_exit_status $? 12:24:56.778298 tramp-get-connection-property (7) # process-buffer nil 12:24:56.779583 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.779960 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.780268 tramp-get-connection-property (7) # gateway nil 12:24:56.781772 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* "Linux 3.10.0-123.13.2.el7.x86_64" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.782184 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.782533 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.782880 tramp-wait-for-regexp (6) # "Linux 3.10.0-123.13.2.el7.x86_64" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.783943 tramp-get-connection-property (7) # process-buffer nil 12:24:56.784304 tramp-get-connection-property (7) # process-buffer nil 12:24:56.784619 tramp-set-connection-property (7) # uname Linux 3.10.0-123.13.2.el7.x86_64 12:24:56.784918 tramp-get-connection-property (7) # chunksize undef 12:24:56.785264 tramp-open-connection-setup-interactive-shell (5) # Checking remote host type for `send-process-string' bug 12:24:56.785545 tramp-get-connection-property (7) # uname Linux 3.10.0-123.13.2.el7.x86_64 12:24:56.785839 tramp-set-connection-property (7) # chunksize 0 12:24:56.786126 tramp-set-remote-path (5) # Setting $PATH environment variable 12:24:56.786419 tramp-get-connection-property (7) # remote-path undef 12:24:56.786701 tramp-get-connection-property (7) # process-name nil 12:24:56.786972 tramp-get-connection-property (7) # process-name nil 12:24:56.787242 tramp-get-connection-property (7) # process-buffer nil 12:24:56.787520 tramp-get-connection-property (7) # last-cmd-time (22222 54904 777560 480000) 12:24:56.787801 tramp-get-connection-property (7) # process-name nil 12:24:56.788077 tramp-get-connection-property (7) # remote-echo nil 12:24:56.788349 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $? 12:24:56.788624 tramp-get-connection-property (7) # process-name nil 12:24:56.788888 tramp-get-connection-property (7) # chunksize 0 12:24:56.789155 tramp-set-connection-property (7) # last-cmd-time (22222 54904 789123 761000) 12:24:56.789419 tramp-send-string (10) # echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $? 12:24:56.789677 tramp-get-connection-property (7) # process-buffer nil 12:24:56.790908 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.791285 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.791616 tramp-get-connection-property (7) # gateway nil 12:24:56.793003 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* "/usr/bin" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.793392 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.793749 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.794083 tramp-wait-for-regexp (6) # "/usr/bin" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.795078 tramp-get-connection-property (7) # process-buffer nil 12:24:56.795425 tramp-get-connection-property (7) # process-buffer nil 12:24:56.796133 tramp-get-file-property (8) # /usr/bin file-directory-p undef 12:24:56.796473 tramp-get-connection-property (7) # test undef 12:24:56.796742 tramp-get-test-command (5) # Finding a suitable `test' command 12:24:56.797062 tramp-get-connection-property (7) # process-name nil 12:24:56.797382 tramp-get-connection-property (7) # process-name nil 12:24:56.797651 tramp-get-connection-property (7) # process-buffer nil 12:24:56.797930 tramp-get-connection-property (7) # last-cmd-time (22222 54904 789123 761000) 12:24:56.798213 tramp-get-connection-property (7) # process-name nil 12:24:56.798495 tramp-get-connection-property (7) # remote-echo nil 12:24:56.798765 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exit_status $? 12:24:56.799033 tramp-get-connection-property (7) # process-name nil 12:24:56.799388 tramp-get-connection-property (7) # chunksize 0 12:24:56.799734 tramp-set-connection-property (7) # last-cmd-time (22222 54904 799698 333000) 12:24:56.800004 tramp-send-string (10) # test 0 2>/dev/null; echo tramp_exit_status $? 12:24:56.800307 tramp-get-connection-property (7) # process-buffer nil 12:24:56.801509 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.801905 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.802197 tramp-get-connection-property (7) # gateway nil 12:24:56.802551 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.802857 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.803127 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.803408 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.804443 tramp-get-connection-property (7) # process-buffer nil 12:24:56.804796 tramp-set-connection-property (7) # test test 12:24:56.805114 tramp-get-connection-property (7) # process-name nil 12:24:56.805421 tramp-get-connection-property (7) # process-name nil 12:24:56.805689 tramp-get-connection-property (7) # process-buffer nil 12:24:56.805972 tramp-get-connection-property (7) # last-cmd-time (22222 54904 799698 333000) 12:24:56.806266 tramp-get-connection-property (7) # process-name nil 12:24:56.806546 tramp-get-connection-property (7) # remote-echo nil 12:24:56.806808 tramp-send-command (6) # test -d /usr/bin 2>/dev/null; echo tramp_exit_status $? 12:24:56.807080 tramp-get-connection-property (7) # process-name nil 12:24:56.807354 tramp-get-connection-property (7) # chunksize 0 12:24:56.807621 tramp-set-connection-property (7) # last-cmd-time (22222 54904 807589 581000) 12:24:56.807891 tramp-send-string (10) # test -d /usr/bin 2>/dev/null; echo tramp_exit_status $? 12:24:56.808159 tramp-get-connection-property (7) # process-buffer nil 12:24:56.809220 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.809616 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.809937 tramp-get-connection-property (7) # gateway nil 12:24:56.810288 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.810579 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.810860 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.811133 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.812340 tramp-get-connection-property (7) # process-buffer nil 12:24:56.812760 tramp-set-file-property (8) # /usr/bin file-directory-p t 12:24:56.813519 tramp-get-file-property (8) # /bin file-directory-p undef 12:24:56.813868 tramp-get-connection-property (7) # test test 12:24:56.814196 tramp-get-connection-property (7) # process-name nil 12:24:56.814498 tramp-get-connection-property (7) # process-name nil 12:24:56.814782 tramp-get-connection-property (7) # process-buffer nil 12:24:56.815106 tramp-get-connection-property (7) # last-cmd-time (22222 54904 807589 581000) 12:24:56.815454 tramp-get-connection-property (7) # process-name nil 12:24:56.815738 tramp-get-connection-property (7) # remote-echo nil 12:24:56.816010 tramp-send-command (6) # test -d /bin 2>/dev/null; echo tramp_exit_status $? 12:24:56.816292 tramp-get-connection-property (7) # process-name nil 12:24:56.816572 tramp-get-connection-property (7) # chunksize 0 12:24:56.816849 tramp-set-connection-property (7) # last-cmd-time (22222 54904 816818 526000) 12:24:56.817134 tramp-send-string (10) # test -d /bin 2>/dev/null; echo tramp_exit_status $? 12:24:56.817412 tramp-get-connection-property (7) # process-buffer nil 12:24:56.818632 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.818985 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.819342 tramp-get-connection-property (7) # gateway nil 12:24:56.819696 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.820003 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.820307 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.820606 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.821655 tramp-get-connection-property (7) # process-buffer nil 12:24:56.822073 tramp-set-file-property (8) # /bin file-directory-p t 12:24:56.822947 tramp-get-file-property (8) # /sbin file-directory-p undef 12:24:56.823363 tramp-get-connection-property (7) # test test 12:24:56.823698 tramp-get-connection-property (7) # process-name nil 12:24:56.824026 tramp-get-connection-property (7) # process-name nil 12:24:56.824327 tramp-get-connection-property (7) # process-buffer nil 12:24:56.824627 tramp-get-connection-property (7) # last-cmd-time (22222 54904 816818 526000) 12:24:56.824928 tramp-get-connection-property (7) # process-name nil 12:24:56.825214 tramp-get-connection-property (7) # remote-echo nil 12:24:56.825507 tramp-send-command (6) # test -d /sbin 2>/dev/null; echo tramp_exit_status $? 12:24:56.825808 tramp-get-connection-property (7) # process-name nil 12:24:56.826090 tramp-get-connection-property (7) # chunksize 0 12:24:56.826376 tramp-set-connection-property (7) # last-cmd-time (22222 54904 826345 928000) 12:24:56.826663 tramp-send-string (10) # test -d /sbin 2>/dev/null; echo tramp_exit_status $? 12:24:56.826952 tramp-get-connection-property (7) # process-buffer nil 12:24:56.828064 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.828510 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.828849 tramp-get-connection-property (7) # gateway nil 12:24:56.829220 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.829553 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.829854 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.830156 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.831218 tramp-get-connection-property (7) # process-buffer nil 12:24:56.831665 tramp-set-file-property (8) # /sbin file-directory-p t 12:24:56.832445 tramp-get-file-property (8) # /usr/sbin file-directory-p undef 12:24:56.832844 tramp-get-connection-property (7) # test test 12:24:56.833211 tramp-get-connection-property (7) # process-name nil 12:24:56.833547 tramp-get-connection-property (7) # process-name nil 12:24:56.833867 tramp-get-connection-property (7) # process-buffer nil 12:24:56.834189 tramp-get-connection-property (7) # last-cmd-time (22222 54904 826345 928000) 12:24:56.834534 tramp-get-connection-property (7) # process-name nil 12:24:56.834849 tramp-get-connection-property (7) # remote-echo nil 12:24:56.835157 tramp-send-command (6) # test -d /usr/sbin 2>/dev/null; echo tramp_exit_status $? 12:24:56.835471 tramp-get-connection-property (7) # process-name nil 12:24:56.835791 tramp-get-connection-property (7) # chunksize 0 12:24:56.836108 tramp-set-connection-property (7) # last-cmd-time (22222 54904 836073 632000) 12:24:56.836431 tramp-send-string (10) # test -d /usr/sbin 2>/dev/null; echo tramp_exit_status $? 12:24:56.836746 tramp-get-connection-property (7) # process-buffer nil 12:24:56.837910 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.838461 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.838808 tramp-get-connection-property (7) # gateway nil 12:24:56.839216 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.839562 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.839867 tramp-get-connection-property (7) # check-remote-echo nil 12:24:56.840173 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:56.841264 tramp-get-connection-property (7) # process-buffer nil 12:24:56.841686 tramp-set-file-property (8) # /usr/sbin file-directory-p t 12:24:56.842389 tramp-get-file-property (8) # /usr/local/bin file-directory-p undef 12:24:56.842809 tramp-get-connection-property (7) # test test 12:24:56.843153 tramp-get-connection-property (7) # process-name nil 12:24:56.843475 tramp-get-connection-property (7) # process-name nil 12:24:56.843778 tramp-get-connection-property (7) # process-buffer nil 12:24:56.844089 tramp-get-connection-property (7) # last-cmd-time (22222 54904 836073 632000) 12:24:56.844416 tramp-get-connection-property (7) # process-name nil 12:24:57.007352 tramp-get-connection-property (7) # remote-echo nil 12:24:57.008058 tramp-send-command (6) # test -d /usr/local/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.008445 tramp-get-connection-property (7) # process-name nil 12:24:57.008816 tramp-get-connection-property (7) # chunksize 0 12:24:57.009177 tramp-set-connection-property (7) # last-cmd-time (22222 54905 9132 425000) 12:24:57.009517 tramp-send-string (10) # test -d /usr/local/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.009835 tramp-get-connection-property (7) # process-buffer nil 12:24:57.011312 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.011907 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.012301 tramp-get-connection-property (7) # gateway nil 12:24:57.012725 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.013064 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.013399 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.013699 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.014743 tramp-get-connection-property (7) # process-buffer nil 12:24:57.015168 tramp-set-file-property (8) # /usr/local/bin file-directory-p t 12:24:57.015983 tramp-get-file-property (8) # /usr/local/sbin file-directory-p undef 12:24:57.016359 tramp-get-connection-property (7) # test test 12:24:57.016692 tramp-get-connection-property (7) # process-name nil 12:24:57.017022 tramp-get-connection-property (7) # process-name nil 12:24:57.017328 tramp-get-connection-property (7) # process-buffer nil 12:24:57.017626 tramp-get-connection-property (7) # last-cmd-time (22222 54905 9132 425000) 12:24:57.017933 tramp-get-connection-property (7) # process-name nil 12:24:57.018226 tramp-get-connection-property (7) # remote-echo nil 12:24:57.018517 tramp-send-command (6) # test -d /usr/local/sbin 2>/dev/null; echo tramp_exit_status $? 12:24:57.018803 tramp-get-connection-property (7) # process-name nil 12:24:57.019089 tramp-get-connection-property (7) # chunksize 0 12:24:57.019389 tramp-set-connection-property (7) # last-cmd-time (22222 54905 19356 437000) 12:24:57.019685 tramp-send-string (10) # test -d /usr/local/sbin 2>/dev/null; echo tramp_exit_status $? 12:24:57.019973 tramp-get-connection-property (7) # process-buffer nil 12:24:57.021072 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.021478 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.021786 tramp-get-connection-property (7) # gateway nil 12:24:57.022148 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.022474 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.022771 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.023085 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.024260 tramp-get-connection-property (7) # process-buffer nil 12:24:57.024700 tramp-set-file-property (8) # /usr/local/sbin file-directory-p t 12:24:57.025440 tramp-get-file-property (8) # /local/bin file-directory-p undef 12:24:57.025783 tramp-get-connection-property (7) # test test 12:24:57.026111 tramp-get-connection-property (7) # process-name nil 12:24:57.026412 tramp-get-connection-property (7) # process-name nil 12:24:57.026900 tramp-get-connection-property (7) # process-buffer nil 12:24:57.027263 tramp-get-connection-property (7) # last-cmd-time (22222 54905 19356 437000) 12:24:57.027685 tramp-get-connection-property (7) # process-name nil 12:24:57.028063 tramp-get-connection-property (7) # remote-echo nil 12:24:57.028369 tramp-send-command (6) # test -d /local/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.028672 tramp-get-connection-property (7) # process-name nil 12:24:57.028967 tramp-get-connection-property (7) # chunksize 0 12:24:57.029272 tramp-set-connection-property (7) # last-cmd-time (22222 54905 29231 954000) 12:24:57.029579 tramp-send-string (10) # test -d /local/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.029872 tramp-get-connection-property (7) # process-buffer nil 12:24:57.031075 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.031470 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.031774 tramp-get-connection-property (7) # gateway nil 12:24:57.032201 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.032689 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.032988 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.033299 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.034417 tramp-get-connection-property (7) # process-buffer nil 12:24:57.034819 tramp-set-file-property (8) # /local/bin file-directory-p nil 12:24:57.035557 tramp-get-file-property (8) # /local/freeware/bin file-directory-p undef 12:24:57.035911 tramp-get-connection-property (7) # test test 12:24:57.036241 tramp-get-connection-property (7) # process-name nil 12:24:57.036543 tramp-get-connection-property (7) # process-name nil 12:24:57.036839 tramp-get-connection-property (7) # process-buffer nil 12:24:57.037138 tramp-get-connection-property (7) # last-cmd-time (22222 54905 29231 954000) 12:24:57.037448 tramp-get-connection-property (7) # process-name nil 12:24:57.037742 tramp-get-connection-property (7) # remote-echo nil 12:24:57.038033 tramp-send-command (6) # test -d /local/freeware/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.038332 tramp-get-connection-property (7) # process-name nil 12:24:57.038626 tramp-get-connection-property (7) # chunksize 0 12:24:57.038920 tramp-set-connection-property (7) # last-cmd-time (22222 54905 38888 877000) 12:24:57.039207 tramp-send-string (10) # test -d /local/freeware/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.039489 tramp-get-connection-property (7) # process-buffer nil 12:24:57.040621 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.041003 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.041339 tramp-get-connection-property (7) # gateway nil 12:24:57.041746 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.042058 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.042346 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.042643 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.043749 tramp-get-connection-property (7) # process-buffer nil 12:24:57.044157 tramp-set-file-property (8) # /local/freeware/bin file-directory-p nil 12:24:57.045051 tramp-get-file-property (8) # /local/gnu/bin file-directory-p undef 12:24:57.045459 tramp-get-connection-property (7) # test test 12:24:57.045798 tramp-get-connection-property (7) # process-name nil 12:24:57.046119 tramp-get-connection-property (7) # process-name nil 12:24:57.046453 tramp-get-connection-property (7) # process-buffer nil 12:24:57.046793 tramp-get-connection-property (7) # last-cmd-time (22222 54905 38888 877000) 12:24:57.047138 tramp-get-connection-property (7) # process-name nil 12:24:57.047456 tramp-get-connection-property (7) # remote-echo nil 12:24:57.047752 tramp-send-command (6) # test -d /local/gnu/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.048055 tramp-get-connection-property (7) # process-name nil 12:24:57.048366 tramp-get-connection-property (7) # chunksize 0 12:24:57.048677 tramp-set-connection-property (7) # last-cmd-time (22222 54905 48643 452000) 12:24:57.048987 tramp-send-string (10) # test -d /local/gnu/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.049285 tramp-get-connection-property (7) # process-buffer nil 12:24:57.050547 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.050947 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.051293 tramp-get-connection-property (7) # gateway nil 12:24:57.051682 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.052008 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.052313 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.052620 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.053703 tramp-get-connection-property (7) # process-buffer nil 12:24:57.054117 tramp-set-file-property (8) # /local/gnu/bin file-directory-p nil 12:24:57.054868 tramp-get-file-property (8) # /usr/freeware/bin file-directory-p undef 12:24:57.055235 tramp-get-connection-property (7) # test test 12:24:57.055606 tramp-get-connection-property (7) # process-name nil 12:24:57.056005 tramp-get-connection-property (7) # process-name nil 12:24:57.056392 tramp-get-connection-property (7) # process-buffer nil 12:24:57.056790 tramp-get-connection-property (7) # last-cmd-time (22222 54905 48643 452000) 12:24:57.057182 tramp-get-connection-property (7) # process-name nil 12:24:57.057564 tramp-get-connection-property (7) # remote-echo nil 12:24:57.057928 tramp-send-command (6) # test -d /usr/freeware/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.058286 tramp-get-connection-property (7) # process-name nil 12:24:57.058649 tramp-get-connection-property (7) # chunksize 0 12:24:57.059018 tramp-set-connection-property (7) # last-cmd-time (22222 54905 58978 331000) 12:24:57.059378 tramp-send-string (10) # test -d /usr/freeware/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.059730 tramp-get-connection-property (7) # process-buffer nil 12:24:57.061078 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.061495 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.061829 tramp-get-connection-property (7) # gateway nil 12:24:57.062252 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.062606 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.062928 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.063261 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.064370 tramp-get-connection-property (7) # process-buffer nil 12:24:57.064814 tramp-set-file-property (8) # /usr/freeware/bin file-directory-p nil 12:24:57.065587 tramp-get-file-property (8) # /usr/pkg/bin file-directory-p undef 12:24:57.065974 tramp-get-connection-property (7) # test test 12:24:57.066343 tramp-get-connection-property (7) # process-name nil 12:24:57.066676 tramp-get-connection-property (7) # process-name nil 12:24:57.067004 tramp-get-connection-property (7) # process-buffer nil 12:24:57.067332 tramp-get-connection-property (7) # last-cmd-time (22222 54905 58978 331000) 12:24:57.067665 tramp-get-connection-property (7) # process-name nil 12:24:57.067986 tramp-get-connection-property (7) # remote-echo nil 12:24:57.068296 tramp-send-command (6) # test -d /usr/pkg/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.068654 tramp-get-connection-property (7) # process-name nil 12:24:57.068971 tramp-get-connection-property (7) # chunksize 0 12:24:57.069300 tramp-set-connection-property (7) # last-cmd-time (22222 54905 69266 616000) 12:24:57.069614 tramp-send-string (10) # test -d /usr/pkg/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.069928 tramp-get-connection-property (7) # process-buffer nil 12:24:57.071286 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.071729 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.072083 tramp-get-connection-property (7) # gateway nil 12:24:57.072508 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.072852 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.073177 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.073518 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.074623 tramp-get-connection-property (7) # process-buffer nil 12:24:57.075067 tramp-set-file-property (8) # /usr/pkg/bin file-directory-p nil 12:24:57.075839 tramp-get-file-property (8) # /usr/contrib/bin file-directory-p undef 12:24:57.076223 tramp-get-connection-property (7) # test test 12:24:57.076594 tramp-get-connection-property (7) # process-name nil 12:24:57.076927 tramp-get-connection-property (7) # process-name nil 12:24:57.077251 tramp-get-connection-property (7) # process-buffer nil 12:24:57.077588 tramp-get-connection-property (7) # last-cmd-time (22222 54905 69266 616000) 12:24:57.077925 tramp-get-connection-property (7) # process-name nil 12:24:57.078254 tramp-get-connection-property (7) # remote-echo nil 12:24:57.078570 tramp-send-command (6) # test -d /usr/contrib/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.078971 tramp-get-connection-property (7) # process-name nil 12:24:57.243849 tramp-get-connection-property (7) # chunksize 0 12:24:57.244496 tramp-set-connection-property (7) # last-cmd-time (22222 54905 244434 734000) 12:24:57.244881 tramp-send-string (10) # test -d /usr/contrib/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.245229 tramp-get-connection-property (7) # process-buffer nil 12:24:57.246542 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.246985 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.247383 tramp-get-connection-property (7) # gateway nil 12:24:57.247781 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.248081 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.248368 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.248648 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.249678 tramp-get-connection-property (7) # process-buffer nil 12:24:57.250053 tramp-set-file-property (8) # /usr/contrib/bin file-directory-p nil 12:24:57.250740 tramp-get-file-property (8) # /opt/bin file-directory-p undef 12:24:57.251073 tramp-get-connection-property (7) # test test 12:24:57.251432 tramp-get-connection-property (7) # process-name nil 12:24:57.251754 tramp-get-connection-property (7) # process-name nil 12:24:57.252035 tramp-get-connection-property (7) # process-buffer nil 12:24:57.252345 tramp-get-connection-property (7) # last-cmd-time (22222 54905 244434 734000) 12:24:57.252646 tramp-get-connection-property (7) # process-name nil 12:24:57.252931 tramp-get-connection-property (7) # remote-echo nil 12:24:57.253188 tramp-send-command (6) # test -d /opt/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.253462 tramp-get-connection-property (7) # process-name nil 12:24:57.253730 tramp-get-connection-property (7) # chunksize 0 12:24:57.253998 tramp-set-connection-property (7) # last-cmd-time (22222 54905 253966 540000) 12:24:57.254272 tramp-send-string (10) # test -d /opt/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.254541 tramp-get-connection-property (7) # process-buffer nil 12:24:57.255662 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.256000 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.256333 tramp-get-connection-property (7) # gateway nil 12:24:57.256683 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.257162 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.257460 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.257742 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.258799 tramp-get-connection-property (7) # process-buffer nil 12:24:57.259201 tramp-set-file-property (8) # /opt/bin file-directory-p nil 12:24:57.259948 tramp-get-file-property (8) # /opt/sbin file-directory-p undef 12:24:57.260317 tramp-get-connection-property (7) # test test 12:24:57.260654 tramp-get-connection-property (7) # process-name nil 12:24:57.260927 tramp-get-connection-property (7) # process-name nil 12:24:57.261191 tramp-get-connection-property (7) # process-buffer nil 12:24:57.261479 tramp-get-connection-property (7) # last-cmd-time (22222 54905 253966 540000) 12:24:57.261761 tramp-get-connection-property (7) # process-name nil 12:24:57.262029 tramp-get-connection-property (7) # remote-echo nil 12:24:57.262325 tramp-send-command (6) # test -d /opt/sbin 2>/dev/null; echo tramp_exit_status $? 12:24:57.262615 tramp-get-connection-property (7) # process-name nil 12:24:57.262900 tramp-get-connection-property (7) # chunksize 0 12:24:57.263173 tramp-set-connection-property (7) # last-cmd-time (22222 54905 263143 422000) 12:24:57.263445 tramp-send-string (10) # test -d /opt/sbin 2>/dev/null; echo tramp_exit_status $? 12:24:57.263707 tramp-get-connection-property (7) # process-buffer nil 12:24:57.264878 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.265264 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.265579 tramp-get-connection-property (7) # gateway nil 12:24:57.265914 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.266196 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.266473 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.266751 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.267762 tramp-get-connection-property (7) # process-buffer nil 12:24:57.268132 tramp-set-file-property (8) # /opt/sbin file-directory-p nil 12:24:57.268922 tramp-get-file-property (8) # /opt/local/bin file-directory-p undef 12:24:57.269331 tramp-get-connection-property (7) # test test 12:24:57.269641 tramp-get-connection-property (7) # process-name nil 12:24:57.269926 tramp-get-connection-property (7) # process-name nil 12:24:57.270206 tramp-get-connection-property (7) # process-buffer nil 12:24:57.270495 tramp-get-connection-property (7) # last-cmd-time (22222 54905 263143 422000) 12:24:57.270782 tramp-get-connection-property (7) # process-name nil 12:24:57.271062 tramp-get-connection-property (7) # remote-echo nil 12:24:57.271329 tramp-send-command (6) # test -d /opt/local/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.271599 tramp-get-connection-property (7) # process-name nil 12:24:57.271868 tramp-get-connection-property (7) # chunksize 0 12:24:57.272139 tramp-set-connection-property (7) # last-cmd-time (22222 54905 272109 982000) 12:24:57.272410 tramp-send-string (10) # test -d /opt/local/bin 2>/dev/null; echo tramp_exit_status $? 12:24:57.272678 tramp-get-connection-property (7) # process-buffer nil 12:24:57.273773 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.274110 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.274454 tramp-get-connection-property (7) # gateway nil 12:24:57.274803 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.275099 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.275387 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.275700 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.276755 tramp-get-connection-property (7) # process-buffer nil 12:24:57.277129 tramp-set-file-property (8) # /opt/local/bin file-directory-p nil 12:24:57.277442 tramp-set-connection-property (7) # remote-path (/usr/bin /bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin) 12:24:57.277741 tramp-get-connection-property (7) # process-name nil 12:24:57.278017 tramp-get-connection-property (7) # process-name nil 12:24:57.278293 tramp-get-connection-property (7) # process-buffer nil 12:24:57.278573 tramp-get-connection-property (7) # last-cmd-time (22222 54905 272109 982000) 12:24:57.278859 tramp-get-connection-property (7) # process-name nil 12:24:57.279130 tramp-get-connection-property (7) # remote-echo nil 12:24:57.279400 tramp-send-command (6) # PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export PATH 12:24:57.279665 tramp-get-connection-property (7) # process-name nil 12:24:57.279938 tramp-get-connection-property (7) # chunksize 0 12:24:57.280229 tramp-set-connection-property (7) # last-cmd-time (22222 54905 280199 315000) 12:24:57.280540 tramp-send-string (10) # PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export PATH 12:24:57.280838 tramp-get-connection-property (7) # process-buffer nil 12:24:57.282042 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.282468 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.282778 tramp-get-connection-property (7) # gateway nil 12:24:57.283136 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.283457 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.283753 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.284033 tramp-wait-for-regexp (6) # ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.285257 tramp-get-connection-property (7) # process-name nil 12:24:57.285604 tramp-get-connection-property (7) # remote-shell /bin/sh 12:24:57.285897 tramp-get-connection-property (7) # remote-shell undef 12:24:57.286195 tramp-get-connection-property (7) # process-name nil 12:24:57.286482 tramp-get-connection-property (7) # remote-echo nil 12:24:57.286757 tramp-send-command (6) # echo ~root 12:24:57.287030 tramp-get-connection-property (7) # process-name nil 12:24:57.287319 tramp-get-connection-property (7) # chunksize 0 12:24:57.287603 tramp-set-connection-property (7) # last-cmd-time (22222 54905 287574 272000) 12:24:57.287890 tramp-send-string (10) # echo ~root 12:24:57.288171 tramp-get-connection-property (7) # process-buffer nil 12:24:57.289247 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.289722 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.290061 tramp-get-connection-property (7) # gateway nil 12:24:57.290497 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* /root ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.290839 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.291132 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.291428 tramp-wait-for-regexp (6) # /root ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.292494 tramp-get-connection-property (7) # uname Linux 3.10.0-123.13.2.el7.x86_64 12:24:57.292864 tramp-set-connection-property (7) # remote-shell /bin/sh 12:24:57.293164 tramp-get-connection-property (7) # process-name nil 12:24:57.293473 tramp-get-connection-property (7) # remote-echo nil 12:24:57.293763 tramp-send-command (6) # mesg n; biff n 12:24:57.294049 tramp-get-connection-property (7) # process-name nil 12:24:57.294351 tramp-get-connection-property (7) # chunksize 0 12:24:57.294670 tramp-set-connection-property (7) # last-cmd-time (22222 54905 294637 988000) 12:24:57.294974 tramp-send-string (10) # mesg n; biff n 12:24:57.295283 tramp-get-connection-property (7) # process-buffer nil 12:24:57.296475 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.296860 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.297184 tramp-get-connection-property (7) # gateway nil 12:24:57.297629 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* sh: mesg: command not found sh: biff: command not found 12:24:57.297971 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.298297 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.298628 tramp-get-connection-property (7) # gateway nil 12:24:57.299043 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* sh: mesg: command not found sh: biff: command not found ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.299384 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.299682 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.299982 tramp-wait-for-regexp (6) # sh: mesg: command not found sh: biff: command not found ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.301058 tramp-get-connection-property (7) # uname Linux 3.10.0-123.13.2.el7.x86_64 12:24:57.301451 tramp-get-connection-property (7) # uname Linux 3.10.0-123.13.2.el7.x86_64 12:24:57.301785 tramp-get-connection-property (7) # process-name nil 12:24:57.302100 tramp-get-connection-property (7) # process-name nil 12:24:57.302416 tramp-get-connection-property (7) # process-buffer nil 12:24:57.302728 tramp-get-connection-property (7) # last-cmd-time (22222 54905 294637 988000) 12:24:57.303051 tramp-get-connection-property (7) # process-name nil 12:24:57.303357 tramp-get-connection-property (7) # remote-echo nil 12:24:57.303651 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null; echo tramp_exit_status $? 12:24:57.303945 tramp-get-connection-property (7) # process-name nil 12:24:57.304245 tramp-get-connection-property (7) # chunksize 0 12:24:57.304543 tramp-set-connection-property (7) # last-cmd-time (22222 54905 304509 689000) 12:24:57.304836 tramp-send-string (10) # echo \"`tty`\" 2>/dev/null; echo tramp_exit_status $? 12:24:57.305124 tramp-get-connection-property (7) # process-buffer nil 12:24:57.306187 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.306667 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.307018 tramp-get-connection-property (7) # gateway nil 12:24:57.308139 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* "not a tty" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.308542 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.308910 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.309458 tramp-wait-for-regexp (6) # "not a tty" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.310891 tramp-get-connection-property (7) # process-buffer nil 12:24:57.311577 tramp-get-connection-property (7) # process-buffer nil 12:24:57.478643 tramp-get-connection-property (7) # process-name nil 12:24:57.479130 tramp-get-connection-property (7) # remote-echo nil 12:24:57.479493 tramp-send-command (6) # stty -a 12:24:57.479843 tramp-get-connection-property (7) # process-name nil 12:24:57.480191 tramp-get-connection-property (7) # chunksize 0 12:24:57.480511 tramp-set-connection-property (7) # last-cmd-time (22222 54905 480474 198000) 12:24:57.480804 tramp-send-string (10) # stty -a 12:24:57.481074 tramp-get-connection-property (7) # process-buffer nil 12:24:57.482297 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.482688 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.483033 tramp-get-connection-property (7) # gateway nil 12:24:57.483839 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* speed 38400 baud; rows 0; columns 0; line = 0; intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ; eol2 = ; swtch = ; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.484204 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.484528 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.484857 tramp-wait-for-regexp (6) # speed 38400 baud; rows 0; columns 0; line = 0; intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = ; eol2 = ; swtch = ; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.485801 tramp-open-connection-setup-interactive-shell (5) # Setting default environment 12:24:57.486218 tramp-get-connection-property (7) # locale LC_ALL=C 12:24:57.486635 tramp-get-connection-property (7) # process-name nil 12:24:57.486946 tramp-get-connection-property (7) # remote-echo nil 12:24:57.487235 tramp-send-command (6) # while read var val; do export $var=$val; done <<'d806a1ba4e17e61c07169ed5df502285' PAGER cat INSIDE_EMACS '24.5.1,tramp:2.2.11-24.5' EMACS t TERM dumb LC_CTYPE '' TMOUT 0 LC_ALL C d806a1ba4e17e61c07169ed5df502285 12:24:57.487532 tramp-get-connection-property (7) # process-name nil 12:24:57.487798 tramp-get-connection-property (7) # chunksize 0 12:24:57.488068 tramp-set-connection-property (7) # last-cmd-time (22222 54905 488035 855000) 12:24:57.488340 tramp-send-string (10) # while read var val; do export $var=$val; done <<'d806a1ba4e17e61c07169ed5df502285' PAGER cat INSIDE_EMACS '24.5.1,tramp:2.2.11-24.5' EMACS t TERM dumb LC_CTYPE '' TMOUT 0 LC_ALL C d806a1ba4e17e61c07169ed5df502285 12:24:57.488607 tramp-get-connection-property (7) # process-buffer nil 12:24:57.489612 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.489985 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.490332 tramp-get-connection-property (7) # gateway nil 12:24:57.490729 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* sh: warning: setlocale: LC_CTYPE: cannot change locale (''): No such file or directory sh: warning: setlocale: LC_CTYPE: cannot change locale (''): No such file or directory ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.491051 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.491343 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.491629 tramp-wait-for-regexp (6) # sh: warning: setlocale: LC_CTYPE: cannot change locale (''): No such file or directory sh: warning: setlocale: LC_CTYPE: cannot change locale (''): No such file or directory ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.492686 tramp-get-connection-property (7) # process-name nil 12:24:57.493056 tramp-get-connection-property (7) # remote-echo nil 12:24:57.493386 tramp-send-command (6) # unset correct autocorrect MAILPATH MAILCHECK MAIL HISTORY CDPATH 12:24:57.493725 tramp-get-connection-property (7) # process-name nil 12:24:57.494028 tramp-get-connection-property (7) # chunksize 0 12:24:57.494333 tramp-set-connection-property (7) # last-cmd-time (22222 54905 494300 772000) 12:24:57.494639 tramp-send-string (10) # unset correct autocorrect MAILPATH MAILCHECK MAIL HISTORY CDPATH 12:24:57.494912 tramp-get-connection-property (7) # process-buffer nil 12:24:57.495959 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.496329 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.496612 tramp-get-connection-property (7) # gateway nil 12:24:57.496954 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.497240 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.497552 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.497870 tramp-wait-for-regexp (6) # ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.499182 tramp-maybe-open-connection (3) # Opening connection for 74b79b8b67a2 using docker...done 12:24:57.499592 tramp-get-connection-property (7) # process-name nil 12:24:57.499930 tramp-get-connection-property (7) # remote-echo nil 12:24:57.500201 tramp-send-command (6) # test 0 2>/dev/null; echo tramp_exit_status $? 12:24:57.500494 tramp-get-connection-property (7) # process-name nil 12:24:57.500781 tramp-get-connection-property (7) # chunksize 0 12:24:57.501055 tramp-set-connection-property (7) # last-cmd-time (22222 54905 501024 147000) 12:24:57.501331 tramp-send-string (10) # test 0 2>/dev/null; echo tramp_exit_status $? 12:24:57.501597 tramp-get-connection-property (7) # process-buffer nil 12:24:57.502591 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.503025 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.503363 tramp-get-connection-property (7) # gateway nil 12:24:57.503725 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.504035 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.504315 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.504589 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.505510 tramp-get-connection-property (7) # process-buffer nil 12:24:57.505850 tramp-set-connection-property (7) # test test 12:24:57.506148 tramp-get-connection-property (7) # process-name nil 12:24:57.506456 tramp-get-connection-property (7) # process-name nil 12:24:57.506730 tramp-get-connection-property (7) # process-buffer nil 12:24:57.507018 tramp-get-connection-property (7) # last-cmd-time (22222 54905 501024 147000) 12:24:57.507328 tramp-get-connection-property (7) # process-name nil 12:24:57.507609 tramp-get-connection-property (7) # remote-echo nil 12:24:57.507883 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_exit_status $? 12:24:57.508155 tramp-get-connection-property (7) # process-name nil 12:24:57.508434 tramp-get-connection-property (7) # chunksize 0 12:24:57.508705 tramp-set-connection-property (7) # last-cmd-time (22222 54905 508675 351000) 12:24:57.508971 tramp-send-string (10) # test -e / 2>/dev/null; echo tramp_exit_status $? 12:24:57.509241 tramp-get-connection-property (7) # process-buffer nil 12:24:57.510234 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.510593 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.510906 tramp-get-connection-property (7) # gateway nil 12:24:57.511250 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.511543 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.511820 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.512103 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.513135 tramp-get-connection-property (7) # process-buffer nil 12:24:57.513542 tramp-get-connection-property (7) # process-name nil 12:24:57.513852 tramp-get-connection-property (7) # process-name nil 12:24:57.514147 tramp-get-connection-property (7) # process-buffer nil 12:24:57.514450 tramp-get-connection-property (7) # last-cmd-time (22222 54905 508675 351000) 12:24:57.514790 tramp-get-connection-property (7) # process-name nil 12:24:57.515120 tramp-get-connection-property (7) # remote-echo nil 12:24:57.515441 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ exist\ 2>/dev/null; echo tramp_exit_status $? 12:24:57.515756 tramp-get-connection-property (7) # process-name nil 12:24:57.516082 tramp-get-connection-property (7) # chunksize 0 12:24:57.516413 tramp-set-connection-property (7) # last-cmd-time (22222 54905 516379 0) 12:24:57.516732 tramp-send-string (10) # test -e /\ this\ file\ does\ not\ exist\ 2>/dev/null; echo tramp_exit_status $? 12:24:57.517051 tramp-get-connection-property (7) # process-buffer nil 12:24:57.518161 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.518582 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.518924 tramp-get-connection-property (7) # gateway nil 12:24:57.519289 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.519602 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.519880 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.520169 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.521062 tramp-get-connection-property (7) # process-buffer nil 12:24:57.521457 tramp-set-connection-property (7) # file-exists test -e 12:24:57.521784 tramp-get-connection-property (7) # process-name nil 12:24:57.522077 tramp-get-connection-property (7) # process-name nil 12:24:57.522372 tramp-get-connection-property (7) # process-buffer nil 12:24:57.522667 tramp-get-connection-property (7) # last-cmd-time (22222 54905 516379 0) 12:24:57.522959 tramp-get-connection-property (7) # process-name nil 12:24:57.523355 tramp-get-connection-property (7) # remote-echo nil 12:24:57.523700 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_exit_status $? 12:24:57.523991 tramp-get-connection-property (7) # process-name nil 12:24:57.524302 tramp-get-connection-property (7) # chunksize 0 12:24:57.524599 tramp-set-connection-property (7) # last-cmd-time (22222 54905 524567 691000) 12:24:57.524906 tramp-send-string (10) # test -e / 2>/dev/null; echo tramp_exit_status $? 12:24:57.525210 tramp-get-connection-property (7) # process-buffer nil 12:24:57.526195 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.526605 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.526917 tramp-get-connection-property (7) # gateway nil 12:24:57.527331 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.527637 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.527926 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.528230 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.529125 tramp-get-connection-property (7) # process-buffer nil 12:24:57.529552 tramp-set-file-property (8) # / file-exists-p t 12:24:57.531227 tramp-get-file-property (8) # / file-directory-p undef 12:24:57.531613 tramp-get-connection-property (7) # test test 12:24:57.532014 tramp-get-connection-property (7) # process-name nil 12:24:57.532343 tramp-get-connection-property (7) # process-name nil 12:24:57.532655 tramp-get-connection-property (7) # process-buffer nil 12:24:57.532992 tramp-get-connection-property (7) # last-cmd-time (22222 54905 524567 691000) 12:24:57.533336 tramp-get-connection-property (7) # process-name nil 12:24:57.533661 tramp-get-connection-property (7) # remote-echo nil 12:24:57.533948 tramp-send-command (6) # test -d / 2>/dev/null; echo tramp_exit_status $? 12:24:57.534244 tramp-get-connection-property (7) # process-name nil 12:24:57.534549 tramp-get-connection-property (7) # chunksize 0 12:24:57.534848 tramp-set-connection-property (7) # last-cmd-time (22222 54905 534813 387000) 12:24:57.535148 tramp-send-string (10) # test -d / 2>/dev/null; echo tramp_exit_status $? 12:24:57.535446 tramp-get-connection-property (7) # process-buffer nil 12:24:57.541322 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.541881 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.542387 tramp-get-connection-property (7) # gateway nil 12:24:57.542891 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.543323 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.543741 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.544146 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.544897 tramp-get-connection-property (7) # process-buffer nil 12:24:57.545402 tramp-set-file-property (8) # / file-directory-p t 12:24:57.547176 tramp-get-file-property (8) # / file-directory-p t 12:24:57.553663 tramp-get-file-property (8) # /.dired file-exists-p undef 12:24:57.554381 tramp-get-file-property (8) # /.dired file-attributes-integer nil 12:24:57.554969 tramp-get-file-property (8) # /.dired file-attributes-string nil 12:24:57.555531 tramp-get-connection-property (7) # file-exists undef 12:24:57.555991 tramp-get-file-exists-command (5) # Finding command to check if file exists 12:24:57.556356 tramp-get-connection-property (7) # test test 12:24:57.556673 tramp-get-connection-property (7) # process-name nil 12:24:57.556989 tramp-get-connection-property (7) # process-name nil 12:24:57.557314 tramp-get-connection-property (7) # process-buffer nil 12:24:57.557622 tramp-get-connection-property (7) # last-cmd-time (22222 54905 534813 387000) 12:24:57.720898 tramp-get-connection-property (7) # process-name nil 12:24:57.721405 tramp-get-connection-property (7) # remote-echo nil 12:24:57.721763 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_exit_status $? 12:24:57.722078 tramp-get-connection-property (7) # process-name nil 12:24:57.722388 tramp-get-connection-property (7) # chunksize 0 12:24:57.722690 tramp-set-connection-property (7) # last-cmd-time (22222 54905 722659 984000) 12:24:57.722976 tramp-send-string (10) # test -e / 2>/dev/null; echo tramp_exit_status $? 12:24:57.723247 tramp-get-connection-property (7) # process-buffer nil 12:24:57.723840 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.724187 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.724506 tramp-get-connection-property (7) # gateway nil 12:24:57.725275 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.725627 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.725937 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.726299 tramp-wait-for-regexp (6) # tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.726913 tramp-get-connection-property (7) # process-buffer nil 12:24:57.727388 tramp-get-connection-property (7) # process-name nil 12:24:57.727679 tramp-get-connection-property (7) # process-name nil 12:24:57.727979 tramp-get-connection-property (7) # process-buffer nil 12:24:57.728292 tramp-get-connection-property (7) # last-cmd-time (22222 54905 722659 984000) 12:24:57.728592 tramp-get-connection-property (7) # process-name nil 12:24:57.728862 tramp-get-connection-property (7) # remote-echo nil 12:24:57.729119 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ exist\ 2>/dev/null; echo tramp_exit_status $? 12:24:57.729386 tramp-get-connection-property (7) # process-name nil 12:24:57.729657 tramp-get-connection-property (7) # chunksize 0 12:24:57.729926 tramp-set-connection-property (7) # last-cmd-time (22222 54905 729896 502000) 12:24:57.730199 tramp-send-string (10) # test -e /\ this\ file\ does\ not\ exist\ 2>/dev/null; echo tramp_exit_status $? 12:24:57.730484 tramp-get-connection-property (7) # process-buffer nil 12:24:57.731057 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.731406 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.731711 tramp-get-connection-property (7) # gateway nil 12:24:57.732268 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.732564 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.732835 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.733142 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.733703 tramp-get-connection-property (7) # process-buffer nil 12:24:57.734072 tramp-set-connection-property (7) # file-exists test -e 12:24:57.734437 tramp-get-connection-property (7) # process-name nil 12:24:57.734734 tramp-get-connection-property (7) # process-name nil 12:24:57.735058 tramp-get-connection-property (7) # process-buffer nil 12:24:57.735385 tramp-get-connection-property (7) # last-cmd-time (22222 54905 729896 502000) 12:24:57.735665 tramp-get-connection-property (7) # process-name nil 12:24:57.735960 tramp-get-connection-property (7) # remote-echo nil 12:24:57.736244 tramp-send-command (6) # test -e /.dired 2>/dev/null; echo tramp_exit_status $? 12:24:57.736589 tramp-get-connection-property (7) # process-name nil 12:24:57.736958 tramp-get-connection-property (7) # chunksize 0 12:24:57.737276 tramp-set-connection-property (7) # last-cmd-time (22222 54905 737245 910000) 12:24:57.737543 tramp-send-string (10) # test -e /.dired 2>/dev/null; echo tramp_exit_status $? 12:24:57.737810 tramp-get-connection-property (7) # process-buffer nil 12:24:57.738400 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.738754 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.739072 tramp-get-connection-property (7) # gateway nil 12:24:57.739450 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.739733 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.739986 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.740268 tramp-wait-for-regexp (6) # tramp_exit_status 1 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.740774 tramp-get-connection-property (7) # process-buffer nil 12:24:57.741138 tramp-set-file-property (8) # /.dired file-exists-p nil 12:24:57.743768 tramp-get-connection-property (7) # ls-dired undef 12:24:57.744039 tramp-get-ls-command-with-dired (5) # Checking, whether `ls --dired' works 12:24:57.744285 tramp-get-connection-property (7) # ls undef 12:24:57.744520 tramp-get-ls-command (5) # Finding a suitable `ls' command 12:24:57.744751 tramp-get-connection-property (7) # remote-path undef 12:24:57.744999 tramp-get-connection-property (7) # process-name nil 12:24:57.745232 tramp-get-connection-property (7) # process-name nil 12:24:57.745465 tramp-get-connection-property (7) # process-buffer nil 12:24:57.745706 tramp-get-connection-property (7) # last-cmd-time (22222 54905 737245 910000) 12:24:57.745948 tramp-get-connection-property (7) # process-name nil 12:24:57.746179 tramp-get-connection-property (7) # remote-echo nil 12:24:57.746400 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $? 12:24:57.746627 tramp-get-connection-property (7) # process-name nil 12:24:57.746854 tramp-get-connection-property (7) # chunksize 0 12:24:57.747082 tramp-set-connection-property (7) # last-cmd-time (22222 54905 747061 69000) 12:24:57.747312 tramp-send-string (10) # echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $? 12:24:57.747536 tramp-get-connection-property (7) # process-buffer nil 12:24:57.748069 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.748376 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.748629 tramp-get-connection-property (7) # gateway nil 12:24:57.750851 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* "/usr/bin" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.751216 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.751524 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.751819 tramp-wait-for-regexp (6) # "/usr/bin" tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.752383 tramp-get-connection-property (7) # process-buffer nil 12:24:57.752713 tramp-get-connection-property (7) # process-buffer nil 12:24:57.753436 tramp-get-file-property (8) # /usr/bin file-directory-p t 12:24:57.754021 tramp-get-file-property (8) # /bin file-directory-p t 12:24:57.754591 tramp-get-file-property (8) # /sbin file-directory-p t 12:24:57.755140 tramp-get-file-property (8) # /usr/sbin file-directory-p t 12:24:57.755687 tramp-get-file-property (8) # /usr/local/bin file-directory-p t 12:24:57.756229 tramp-get-file-property (8) # /usr/local/sbin file-directory-p t 12:24:57.756777 tramp-get-file-property (8) # /local/bin file-directory-p nil 12:24:57.757320 tramp-get-file-property (8) # /local/freeware/bin file-directory-p nil 12:24:57.757890 tramp-get-file-property (8) # /local/gnu/bin file-directory-p nil 12:24:57.758440 tramp-get-file-property (8) # /usr/freeware/bin file-directory-p nil 12:24:57.758993 tramp-get-file-property (8) # /usr/pkg/bin file-directory-p nil 12:24:57.759603 tramp-get-file-property (8) # /usr/contrib/bin file-directory-p nil 12:24:57.760198 tramp-get-file-property (8) # /opt/bin file-directory-p nil 12:24:57.760769 tramp-get-file-property (8) # /opt/sbin file-directory-p nil 12:24:57.761335 tramp-get-file-property (8) # /opt/local/bin file-directory-p nil 12:24:57.761607 tramp-set-connection-property (7) # remote-path (/usr/bin /bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin) 12:24:57.761868 tramp-get-connection-property (7) # process-buffer nil 12:24:57.762150 tramp-get-connection-property (7) # process-name nil 12:24:57.762413 tramp-get-connection-property (7) # process-name nil 12:24:57.762693 tramp-get-connection-property (7) # process-buffer nil 12:24:57.763007 tramp-get-connection-property (7) # last-cmd-time (22222 54905 747061 69000) 12:24:57.763281 tramp-get-connection-property (7) # process-name nil 12:24:57.763534 tramp-get-connection-property (7) # remote-echo nil 12:24:57.763756 tramp-send-command (6) # while read d; do if test -x $d/ls -a -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'d806a1ba4e17e61c07169ed5df502285' /usr/bin /bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin d806a1ba4e17e61c07169ed5df502285 12:24:57.763992 tramp-get-connection-property (7) # process-name nil 12:24:57.764249 tramp-get-connection-property (7) # chunksize 0 12:24:57.764488 tramp-set-connection-property (7) # last-cmd-time (22222 54905 764467 693000) 12:24:57.764722 tramp-send-string (10) # while read d; do if test -x $d/ls -a -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'d806a1ba4e17e61c07169ed5df502285' /usr/bin /bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin d806a1ba4e17e61c07169ed5df502285 12:24:57.764953 tramp-get-connection-property (7) # process-buffer nil 12:24:57.765582 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.765924 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.766210 tramp-get-connection-property (7) # gateway nil 12:24:57.766961 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* tramp_executable /usr/bin/ls ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.767342 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.767642 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.767944 tramp-wait-for-regexp (6) # tramp_executable /usr/bin/ls ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.768521 tramp-get-connection-property (7) # process-name nil 12:24:57.768836 tramp-get-connection-property (7) # process-name nil 12:24:57.769086 tramp-get-connection-property (7) # process-buffer nil 12:24:57.769382 tramp-get-connection-property (7) # last-cmd-time (22222 54905 764467 693000) 12:24:57.769645 tramp-get-connection-property (7) # process-name nil 12:24:57.769907 tramp-get-connection-property (7) # remote-echo nil 12:24:57.770176 tramp-send-command (6) # /usr/bin/ls -lnd / 2>/dev/null; echo tramp_exit_status $? 12:24:57.770438 tramp-get-connection-property (7) # process-name nil 12:24:57.770696 tramp-get-connection-property (7) # chunksize 0 12:24:57.770961 tramp-set-connection-property (7) # last-cmd-time (22222 54905 770935 988000) 12:24:57.771217 tramp-send-string (10) # /usr/bin/ls -lnd / 2>/dev/null; echo tramp_exit_status $? 12:24:57.771476 tramp-get-connection-property (7) # process-buffer nil 12:24:57.772018 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.772367 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.772660 tramp-get-connection-property (7) # gateway nil 12:24:57.776189 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* drwxr-xr-x 19 0 0 4096 Feb 25 09:19 / tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.776668 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.777003 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.777337 tramp-wait-for-regexp (6) # drwxr-xr-x 19 0 0 4096 Feb 25 09:19 / tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.777885 tramp-get-connection-property (7) # process-buffer nil 12:24:57.778291 tramp-get-connection-property (7) # process-name nil 12:24:57.778570 tramp-get-connection-property (7) # process-name nil 12:24:57.778836 tramp-get-connection-property (7) # process-buffer nil 12:24:57.779113 tramp-get-connection-property (7) # last-cmd-time (22222 54905 770935 988000) 12:24:57.779404 tramp-get-connection-property (7) # process-name nil 12:24:57.779670 tramp-get-connection-property (7) # remote-echo nil 12:24:57.779920 tramp-send-command (6) # /usr/bin/ls --color=never -al /dev/null 2>/dev/null; echo tramp_exit_status $? 12:24:57.780173 tramp-get-connection-property (7) # process-name nil 12:24:57.780439 tramp-get-connection-property (7) # chunksize 0 12:24:57.780692 tramp-set-connection-property (7) # last-cmd-time (22222 54905 780669 922000) 12:24:57.780942 tramp-send-string (10) # /usr/bin/ls --color=never -al /dev/null 2>/dev/null; echo tramp_exit_status $? 12:24:57.781188 tramp-get-connection-property (7) # process-buffer nil 12:24:57.781746 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.782077 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.782393 tramp-get-connection-property (7) # gateway nil 12:24:57.784290 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* crw-rw-rw- 1 root root 1, 3 Feb 25 09:19 /dev/null tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.784698 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.785017 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.785328 tramp-wait-for-regexp (6) # crw-rw-rw- 1 root root 1, 3 Feb 25 09:19 /dev/null tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.785850 tramp-get-connection-property (7) # process-buffer nil 12:24:57.949221 tramp-set-connection-property (7) # ls /usr/bin/ls --color=never 12:24:57.949712 tramp-get-connection-property (7) # process-name nil 12:24:57.950031 tramp-get-connection-property (7) # process-name nil 12:24:57.950344 tramp-get-connection-property (7) # process-buffer nil 12:24:57.950608 tramp-get-connection-property (7) # last-cmd-time (22222 54905 780669 922000) 12:24:57.950870 tramp-get-connection-property (7) # process-name nil 12:24:57.951118 tramp-get-connection-property (7) # remote-echo nil 12:24:57.951339 tramp-send-command (6) # /usr/bin/ls --color=never --dired -al /dev/null 2>/dev/null; echo tramp_exit_status $? 12:24:57.951566 tramp-get-connection-property (7) # process-name nil 12:24:57.951794 tramp-get-connection-property (7) # chunksize 0 12:24:57.952022 tramp-set-connection-property (7) # last-cmd-time (22222 54905 952000 871000) 12:24:57.952253 tramp-send-string (10) # /usr/bin/ls --color=never --dired -al /dev/null 2>/dev/null; echo tramp_exit_status $? 12:24:57.952480 tramp-get-connection-property (7) # process-buffer nil 12:24:57.953031 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.953355 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.953611 tramp-get-connection-property (7) # gateway nil 12:24:57.956316 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* crw-rw-rw- 1 root root 1, 3 Feb 25 09:19 /dev/null //DIRED// 43 52 //DIRED-OPTIONS// --quoting-style=literal tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.956673 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.956967 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.957283 tramp-wait-for-regexp (6) # crw-rw-rw- 1 root root 1, 3 Feb 25 09:19 /dev/null //DIRED// 43 52 //DIRED-OPTIONS// --quoting-style=literal tramp_exit_status 0 ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.957817 tramp-get-connection-property (7) # process-buffer nil 12:24:57.958136 tramp-set-connection-property (7) # ls-dired t 12:24:57.958426 tramp-sh-handle-insert-directory (4) # Inserting directory `ls --dired -al /docker:74b79b8b67a2:/', wildcard no, fulldir yes 12:24:57.958661 tramp-get-connection-property (7) # ls /usr/bin/ls --color=never 12:24:57.958915 tramp-get-connection-property (7) # process-name nil 12:24:57.959184 tramp-get-connection-property (7) # process-name nil 12:24:57.959434 tramp-get-connection-property (7) # process-buffer nil 12:24:57.959682 tramp-get-connection-property (7) # last-cmd-time (22222 54905 952000 871000) 12:24:57.959936 tramp-get-connection-property (7) # process-name nil 12:24:57.960180 tramp-get-connection-property (7) # remote-echo nil 12:24:57.960404 tramp-send-command (6) # /usr/bin/ls --color=never --dired -al /. 2>/dev/null 12:24:57.960624 tramp-get-connection-property (7) # process-name nil 12:24:57.960856 tramp-get-connection-property (7) # chunksize 0 12:24:57.961086 tramp-set-connection-property (7) # last-cmd-time (22222 54905 961065 629000) 12:24:57.961334 tramp-send-string (10) # /usr/bin/ls --color=never --dired -al /. 2>/dev/null 12:24:57.961577 tramp-get-connection-property (7) # process-buffer nil 12:24:57.962120 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.962444 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.962715 tramp-get-connection-property (7) # gateway nil 12:24:57.965085 tramp-accept-process-output (10) # *tramp/docker 74b79b8b67a2* run *tramp/docker 74b79b8b67a2* total 76 drwxr-xr-x 19 root root 4096 Feb 25 09:19 . drwxr-xr-x 19 root root 4096 Feb 25 09:19 .. -rwxr-xr-x 1 root root 0 Feb 25 09:19 .dockerenv -rwxr-xr-x 1 root root 0 Feb 25 09:19 .dockerinit lrwxrwxrwx 1 root root 7 Mar 30 2015 bin -> usr/bin drwxr-xr-x 7 root root 101 Feb 25 09:27 data drwxr-xr-x 5 root root 360 Feb 25 09:19 dev drwxr-xr-x 46 root root 4096 Feb 25 09:19 etc drwxr-xr-x 2 root root 4096 Jun 10 2014 home lrwxrwxrwx 1 root root 7 Mar 30 2015 lib -> usr/lib lrwxrwxrwx 1 root root 9 Mar 30 2015 lib64 -> usr/lib64 drwx------ 2 root root 4096 Mar 30 2015 lost+found drwxr-xr-x 2 root root 4096 Jun 10 2014 media drwxr-xr-x 2 root root 4096 Jun 10 2014 mnt drwxr-xr-x 2 root root 4096 Jun 10 2014 opt dr-xr-xr-x 225 root root 0 Feb 25 09:19 proc dr-xr-x--- 2 root root 4096 Feb 25 10:24 root drwxr-xr-x 7 root root 4096 Feb 25 09:19 run lrwxrwxrwx 1 root root 8 Mar 30 2015 sbin -> usr/sbin drwxr-xr-x 3 root root 4096 Mar 30 2015 selinux drwxr-xr-x 2 root root 4096 Jun 10 2014 srv dr-xr-xr-x 13 root root 0 Feb 25 09:19 sys -rw-r--r-- 1 root root 15435 Feb 25 09:27 tesla.log drwxrwxrwt 2 root root 4096 Feb 25 10:24 tmp drwxr-xr-x 13 root root 4096 Mar 30 2015 usr drwxr-xr-x 18 root root 4096 Mar 30 2015 var //DIRED// 57 58 105 107 154 164 211 222 269 272 330 334 381 384 431 434 481 485 532 535 593 598 658 668 715 720 767 770 817 820 867 871 918 922 969 972 1019 1023 1082 1089 1136 1139 1186 1189 1236 1245 1292 1295 1342 1345 1392 1395 //DIRED-OPTIONS// --quoting-style=literal ///c92423c4fd16f4857a1b9d765f804f3e#$ 12:24:57.965476 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.965757 tramp-get-connection-property (7) # check-remote-echo nil 12:24:57.966041 tramp-wait-for-regexp (6) # total 76 drwxr-xr-x 19 root root 4096 Feb 25 09:19 . drwxr-xr-x 19 root root 4096 Feb 25 09:19 .. -rwxr-xr-x 1 root root 0 Feb 25 09:19 .dockerenv -rwxr-xr-x 1 root root 0 Feb 25 09:19 .dockerinit lrwxrwxrwx 1 root root 7 Mar 30 2015 bin -> usr/bin drwxr-xr-x 7 root root 101 Feb 25 09:27 data drwxr-xr-x 5 root root 360 Feb 25 09:19 dev drwxr-xr-x 46 root root 4096 Feb 25 09:19 etc drwxr-xr-x 2 root root 4096 Jun 10 2014 home lrwxrwxrwx 1 root root 7 Mar 30 2015 lib -> usr/lib lrwxrwxrwx 1 root root 9 Mar 30 2015 lib64 -> usr/lib64 drwx------ 2 root root 4096 Mar 30 2015 lost+found drwxr-xr-x 2 root root 4096 Jun 10 2014 media drwxr-xr-x 2 root root 4096 Jun 10 2014 mnt drwxr-xr-x 2 root root 4096 Jun 10 2014 opt dr-xr-xr-x 225 root root 0 Feb 25 09:19 proc dr-xr-x--- 2 root root 4096 Feb 25 10:24 root drwxr-xr-x 7 root root 4096 Feb 25 09:19 run lrwxrwxrwx 1 root root 8 Mar 30 2015 sbin -> usr/sbin drwxr-xr-x 3 root root 4096 Mar 30 2015 selinux drwxr-xr-x 2 root root 4096 Jun 10 2014 srv dr-xr-xr-x 13 root root 0 Feb 25 09:19 sys -rw-r--r-- 1 root root 15435 Feb 25 09:27 tesla.log drwxrwxrwt 2 root root 4096 Feb 25 10:24 tmp drwxr-xr-x 13 root root 4096 Mar 30 2015 usr drwxr-xr-x 18 root root 4096 Mar 30 2015 var //DIRED// 57 58 105 107 154 164 211 222 269 272 330 334 381 384 431 434 481 485 532 535 593 598 658 668 715 720 767 770 817 820 867 871 918 922 969 972 1019 1023 1082 1089 1136 1139 1186 1189 1236 1245 1292 1295 1342 1345 1392 1395 //DIRED-OPTIONS// --quoting-style=literal ///c92423c4fd16f4857a1b9d765f804f3e#$