Project Number Date
test_Tails_ISO_21014-htpdateerror 19 01 Jul 2025, 23:11

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Logging in via SSH 15 0 0 0 0 15 0 3 3 59.844 Failed
Tags: @product
Feature Logging in via SSH
As a Tails user When I connect to SSH servers on the Internet all Internet traffic should flow only through Tor
11.750
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Before features/support/hooks.rb:507 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.750
6.035
Scenario Connecting to an SSH server on the Internet works and uses the default SocksPort
Steps
Given I monitor the network connections of SSH 0.060
And I have the SSH key pair for an SSH server 0.397
When I connect to an SSH server on the Internet 5.403
Then I have successfully logged into the SSH server 0.149
And I see that SSH is properly stream isolated 0.024
Hooks
After features/support/hooks.rb:515 0.366
Unexpected connections were made
  #<OpenStruct mac_saddr="50:54:00:ef:26:a7", mac_daddr="52:54:00:00:00:01", protocol="IP::TCP", saddr="10.2.1.145", daddr="8.43.85.67", sport=50530, dport=80> (FirewallAssertionFailedError)
./features/support/helpers/firewall_helper.rb:168:in `assert_all_connections'
./features/support/helpers/firewall_helper.rb:178:in `assert_no_leaks'
./features/support/hooks.rb:524:in `After'
After features/support/hooks.rb:330 5.005
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:455:in `exist?'
./features/support/hooks.rb:455:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:450:in `each'
./features/support/hooks.rb:450:in `After'
Output 1

SCENARIO FAILED: 'Connecting to an SSH server on the Internet works and uses the default SocksPort' (at time 04:53:06)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:06_Connecting_to_an_SSH_server_on_the_Internet_works_and_uses_the_default_SocksPort.file_content_var_log_boot.log

Network capture: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:06_Connecting_to_an_SSH_server_on_the_Internet_works_and_uses_the_default_SocksPort.pcap

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:06_Connecting_to_an_SSH_server_on_the_Internet_works_and_uses_the_default_SocksPort.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:06_Connecting_to_an_SSH_server_on_the_Internet_works_and_uses_the_default_SocksPort.mkv

After features/support/hooks.rb:100 0.000
11.683
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Before features/support/hooks.rb:507 0.005
Given I have started Tails from DVD and logged in and the network is connected 11.683
7.100
Scenario Connecting to an SSH server on the LAN
Steps
Given I have the SSH key pair for an SSH server 0.278
And an SSH server is running on the LAN 0.299
When I connect to an SSH server on the LAN 4.899
Then I am prompted to verify the SSH fingerprint for the SSH server 1.623
Hooks
After features/support/hooks.rb:515 0.194
Unexpected connections were made
  #<OpenStruct mac_saddr="50:54:00:ef:26:a7", mac_daddr="52:54:00:00:00:01", protocol="IP::TCP", saddr="10.2.1.145", daddr="8.43.85.67", sport=50530, dport=80> (FirewallAssertionFailedError)
./features/support/helpers/firewall_helper.rb:168:in `assert_all_connections'
./features/support/helpers/firewall_helper.rb:178:in `assert_no_leaks'
./features/support/hooks.rb:524:in `After'
After features/support/hooks.rb:330 4.878
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:455:in `exist?'
./features/support/hooks.rb:455:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:450:in `each'
./features/support/hooks.rb:450:in `After'
Output 1

SCENARIO FAILED: 'Connecting to an SSH server on the LAN' (at time 04:53:30)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:30_Connecting_to_an_SSH_server_on_the_LAN.file_content_var_log_boot.log

Network capture: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:30_Connecting_to_an_SSH_server_on_the_LAN.pcap

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:30_Connecting_to_an_SSH_server_on_the_LAN.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:30_Connecting_to_an_SSH_server_on_the_LAN.mkv

After features/support/hooks.rb:100 0.000
11.715
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Before features/support/hooks.rb:507 0.005
Given I have started Tails from DVD and logged in and the network is connected 11.715
11.559
Scenario Connecting to an SFTP server on the Internet using the GNOME "Connect to Server" feature
Steps
Given I have the SSH key pair for an SFTP server 0.254
When I connect to an SFTP server on the Internet 10.606
Then I successfully connect to the SFTP server 0.698
Hooks
After features/support/hooks.rb:515 0.232
Unexpected connections were made
  #<OpenStruct mac_saddr="50:54:00:ef:26:a7", mac_daddr="52:54:00:00:00:01", protocol="IP::TCP", saddr="10.2.1.145", daddr="8.43.85.67", sport=50530, dport=80> (FirewallAssertionFailedError)
./features/support/helpers/firewall_helper.rb:168:in `assert_all_connections'
./features/support/helpers/firewall_helper.rb:178:in `assert_no_leaks'
./features/support/hooks.rb:524:in `After'
After features/support/hooks.rb:330 5.389
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:455:in `exist?'
./features/support/hooks.rb:455:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:450:in `each'
./features/support/hooks.rb:450:in `After'
Output 1

SCENARIO FAILED: 'Connecting to an SFTP server on the Internet using the GNOME "Connect to Server" feature' (at time 04:53:58)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:58_Connecting_to_an_SFTP_server_on_the_Internet_using_the_GNOME__Connect_to_Server__feature.file_content_var_log_boot.log

Network capture: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:58_Connecting_to_an_SFTP_server_on_the_Internet_using_the_GNOME__Connect_to_Server__feature.pcap

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:58_Connecting_to_an_SFTP_server_on_the_Internet_using_the_GNOME__Connect_to_Server__feature.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21014-htpdateerror/19/artifact/build-artifacts/04:53:58_Connecting_to_an_SFTP_server_on_the_Internet_using_the_GNOME__Connect_to_Server__feature.mkv

After features/support/hooks.rb:100 0.000