Bug 273169

Summary: Unable to connect to ampere3 using the ssh key
Product: Services Reporter: Yuri Victorovich <yuri>
Component: Core InfrastructureAssignee: Cluster Admin <clusteradm>
Status: Closed Works As Intended    
Severity: Affects Only Me CC: dbaio
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2023-08-16 23:52:57 UTC
I need to retrieve the crashed compiler log files for one of the ports.

Connection from freefall using the ssh key fails:

> $ ssh ampere3
> yuri@ampere3.nyi.freebsd.org: Permission denied (publickey).


Connection from my home system using ssh proxyjump scheme with ~/.ssh/config having:
> host ampere3
> HostName ampere3.nyi.freebsd.org
> User yuri
> ProxyJump freefall.freebsd.org
> ForwardAgent yes

also fails:
> $ ssh ampere3
> Received disconnect from UNKNOWN port 65535:2: Too many authentication failures
> Disconnected from UNKNOWN port 65535


Why is it impossible to connect to ampere3?
How to retrieve files from it?
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2023-08-17 00:14:32 UTC
Hello.

You don't have access to this server.

Do you receive the pkg-fallout message? Have you attempted to fetch the build log using a web browser?

This can help to find the build log.
https://portsfallout.com/fallout?maintainer=yuri

Kind regards.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2023-08-17 01:59:20 UTC
(In reply to Danilo G. Baio from comment #1)

Hello,

Please look at the end of this log: https://pkg-status.freebsd.org/ampere3/data/132arm64-default/5fd0c9cfe7a0/logs/vtk8-8.2.0_3.log

When compiler crashes it leaves files in the /tmp folder.
In this case the files are:
> c++: note: diagnostic msg: /tmp/vtkGeoInteractorStyle-edd5cb.cpp
> c++: note: diagnostic msg: /tmp/vtkGeoInteractorStyle-edd5cb.sh

How to get these files if I don't have access to ampere3?
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2023-08-17 02:35:19 UTC
(In reply to Yuri Victorovich from comment #2)

This resides[ed] inside the poudriere jail.
Probably it won't be available anymore.

Try testing the build on the ref aarch64 machine.
https://www.freebsd.org/internal/machines/

And if you still need those files, you should poke pkgmgr@ team (Antoine); maybe he can help.