[Qa-jenkins-scm] Build failed in Jenkins: lvc_debian-DI-miniiso-text-daily #188

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Jan 24 17:11:30 UTC 2017


https://jenkins.debian.net/job/lvc_debian-DI-miniiso-text-daily/188/------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on profitbricks-build10-amd64.debian.net (profitbricks10 lvc amd64) in workspace <https://jenkins.debian.net/job/lvc_debian-DI-miniiso-text-daily/ws/>
[lvc_debian-DI-miniiso-text-daily] $ /bin/sh -xe /tmp/hudson4191241338076475420.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh https://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso /srv/jenkins/cucumber/features --tags @text-ui
declare -x BUILD_CAUSE="TIMERTRIGGER"
declare -x BUILD_CAUSE_TIMERTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#188"
declare -x BUILD_ID="188"
declare -x BUILD_NUMBER="188"
declare -x BUILD_TAG="jenkins-lvc_debian-DI-miniiso-text-daily-188"
declare -x BUILD_URL="https://jenkins.debian.net/job/lvc_debian-DI-miniiso-text-daily/188/"
declare -x EXECUTOR_NUMBER="0"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="85460f77-4264-4d4a-a271-37c8df3129ff"
declare -x HUDSON_HOME="/var/lib/jenkins"
declare -x HUDSON_SERVER_COOKIE="662be26f1caf0950"
declare -x HUDSON_URL="https://jenkins.debian.net/"
declare -x JENKINS_HOME="/var/lib/jenkins"
declare -x JENKINS_SERVER_COOKIE="662be26f1caf0950"
declare -x JENKINS_URL="https://jenkins.debian.net/"
declare -x JOB_BASE_NAME="lvc_debian-DI-miniiso-text-daily"
declare -x JOB_NAME="lvc_debian-DI-miniiso-text-daily"
declare -x JOB_URL="https://jenkins.debian.net/job/lvc_debian-DI-miniiso-text-daily/"
declare -x LANG="en_GB.UTF-8"
declare -x LANGUAGE="en_GB:en"
declare -x LOGNAME="jenkins"
declare -x MAIL="/var/mail/jenkins"
declare -x NODE_LABELS="amd64 lvc profitbricks-build10-amd64.debian.net profitbricks10"
declare -x NODE_NAME="profitbricks-build10-amd64.debian.net"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
declare -x PWD="<https://jenkins.debian.net/job/lvc_debian-DI-miniiso-text-daily/ws/">
declare -x ROOT_BUILD_CAUSE="TIMERTRIGGER"
declare -x ROOT_BUILD_CAUSE_TIMERTRIGGER="true"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SLAVEJAR_URL="https://jenkins.debian.net//jnlpJars/slave.jar"
declare -x TERM="linux"
declare -x USER="jenkins"
declare -x WORKSPACE="/srv/jenkins/pseudo-hosts/profitbricks-build10-amd64"
declare -x XDG_SESSION_COOKIE="9ccc5118b39c03788401bbe2501b9f12-1485008234.379229-1956724242"
====================================================================================

Tue Jan 24 16:49:59 UTC 2017 - running /srv/jenkins/bin/lvc.sh (lvc_debian-DI-miniiso-text-daily) on profitbricks-build10-amd64 now.

To learn to understand this, git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/lvc.sh,
has been called using "https://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso /srv/jenkins/cucumber/features --tags @text-ui" as arguments.

Please send technical feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific jobs result should go to their respective lists and/or the BTS.

====================================================================================
Tue Jan 24 16:49:59 UTC 2017 - start running "/srv/jenkins/bin/lvc.sh" (md5sum 447f48c7b3f2875c9482c088707eab91) as "/tmp/jenkins-script-jmL0kwqg" on profitbricks-build10-amd64.

Downloading https://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso
-rw-r--r-- 1 jenkins jenkins 40894464 Jan 24 08:50 /var/lib/jenkins/jobs/lvc_debian-DI-miniiso-text-daily/workspace/mini.iso
File exists, will only re-download if a newer one is available...
f6605970741004342cbdcdd4fad06e5a  /var/lib/jenkins/jobs/lvc_debian-DI-miniiso-text-daily/workspace/mini.iso
Debug log available at runtime at https://jenkins.debian.net/view/lvc/job/lvc_debian-DI-miniiso-text-daily/ws/results/debug.log
Virtual X framebuffer started on display :0
VNC server running on: localhost:5900
[info] Sikuli vision engine loaded.
@product
Feature: Doing variations on d-i installs
  As a normal user
  I should be able to install Debian

  @text-ui
  Scenario Outline: Install Debian, and boot to a login prompt # /srv/jenkins/cucumber/features/install.feature:34
    Given I install a <target_ui> Debian system, in text mode  # /srv/jenkins/cucumber/features/step_definitions/snapshots.rb:112
    When I start the computer                                  # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:204
    Then I should see a <login> Login prompt                   # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:649

    Examples: 
      | target_ui | login |
      | minimal   | VT    |
      | Gnome     | Gnome |  Scenario failed at time 00:20:43, , Screenshot: /var/lib/jenkins/jobs/lvc_debian-DI-miniiso-text-daily/workspace/results/00:20:43___Gnome___Gnome__.png, , Video: /var/lib/jenkins/jobs/lvc_debian-DI-miniiso-text-daily/workspace/results/00:20:43___Gnome___Gnome__.mpg
      can not find any of the images ["DebianLoginPromptGnome.png"] on the screen (FindAnyFailed)
      /srv/jenkins/cucumber/features/support/helpers/sikuli_helper.rb:180:in `rescue in waitAny'
      /srv/jenkins/cucumber/features/support/helpers/sikuli_helper.rb:173:in `waitAny'
      /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:660:in `/^I should see a ([a-zA-Z]*) Login prompt$/'
      /srv/jenkins/cucumber/features/install.feature:37:in `Then I should see a <login> Login prompt'
      | LXDE      | LXDE  |

Artifacts directory: /var/lib/jenkins/jobs/lvc_debian-DI-miniiso-text-daily/workspace/results

Failing Scenarios:
cucumber /srv/jenkins/cucumber/features/install.feature:34 # Scenario: Install Debian, and boot to a login prompt

3 scenarios (1 failed, 2 passed)
9 steps (1 failed, 8 passed)
21m22.360s
Domain snapshot boot-d-i-text-to-tasksel deleted

Domain snapshot debian-text-Gnome-install deleted

Domain snapshot debian-text-LXDE-install deleted

Domain snapshot debian-text-minimal-install deleted

Domain snapshot disk-for-d-i deleted

Tue Jan 24 17:11:28 UTC 2017 - /srv/jenkins/bin/lvc.sh stopped running as /tmp/jenkins-script-jmL0kwqg, which will now be removed.

SSH EXIT CODE: 1
Tue 24 Jan 17:11:29 UTC 2017 - retrieving artifacts.
+ mkdir -p <https://jenkins.debian.net/job/lvc_debian-DI-miniiso-text-daily/ws/results>
+ rsync -r --delete -v -e 'ssh -o '\''Batchmode = yes'\'' -p 22' profitbricks-build10-amd64.debian.net:/var/lib/jenkins/jobs/lvc_debian-DI-miniiso-text-daily/workspace/results/ <https://jenkins.debian.net/job/lvc_debian-DI-miniiso-text-daily/ws/results/>
receiving incremental file list
deleting __Gnome___Gnome__.mpg
00:20:43___Gnome___Gnome__.mpg
00:20:43___Gnome___Gnome__.png
__LXDE___LXDE__.mpg
__minimal___VT__.mpg
debug.log

sent 2,177 bytes  received 576,278 bytes  1,156,910.00 bytes/sec
total size is 583,613  speedup is 1.01
+ ssh -o 'BatchMode = yes' -p 22 profitbricks-build10-amd64.debian.net 'rm -r /var/lib/jenkins/jobs/lvc_debian-DI-miniiso-text-daily/workspace/results'
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list