[Qa-jenkins-scm] Build failed in Jenkins: lvc_debian-testing-daily #558

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Nov 28 01:26:34 UTC 2016


https://jenkins.debian.net/job/lvc_debian-testing-daily/558/------------------------------------------
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-testing-daily/ws/>
[lvc_debian-testing-daily] $ /bin/sh -xe /tmp/hudson5377287637316954059.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso /srv/jenkins/cucumber/features --tags ~@broken --tags ~@trivial --tags ~@preseed --tags ~@text-ui --tags ~@gui
declare -x BUILD_CAUSE="TIMERTRIGGER"
declare -x BUILD_CAUSE_TIMERTRIGGER="true"
declare -x BUILD_DISPLAY_NAME="#558"
declare -x BUILD_ID="558"
declare -x BUILD_NUMBER="558"
declare -x BUILD_TAG="jenkins-lvc_debian-testing-daily-558"
declare -x BUILD_URL="https://jenkins.debian.net/job/lvc_debian-testing-daily/558/"
declare -x EXECUTOR_NUMBER="1"
declare -x HOME="/var/lib/jenkins"
declare -x HUDSON_COOKIE="c05c58e0-c10a-4477-b6c2-0b34740ddafe"
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-testing-daily"
declare -x JOB_NAME="lvc_debian-testing-daily"
declare -x JOB_URL="https://jenkins.debian.net/job/lvc_debian-testing-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-testing-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="xterm"
declare -x USER="jenkins"
declare -x WORKSPACE="/srv/jenkins/pseudo-hosts/profitbricks-build10-amd64"
declare -x XDG_SESSION_COOKIE="9ccc5118b39c03788401bbe2501b9f12-1479813711.482756-39321478"
declare -x XDG_SESSION_ID="2630"
====================================================================================

Mon Nov 28 00:52:53 UTC 2016 - running /srv/jenkins/bin/lvc.sh (lvc_debian-testing-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 "http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso /srv/jenkins/cucumber/features --tags ~@broken --tags ~@trivial --tags ~@preseed --tags ~@text-ui --tags ~@gui" as arguments.

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

====================================================================================
Mon Nov 28 00:52:53 UTC 2016 - start running "/srv/jenkins/bin/lvc.sh" (md5sum 447f48c7b3f2875c9482c088707eab91) as "/tmp/jenkins-script-3xNTqvr8" on profitbricks-build10-amd64.

Downloading http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso
-rw-r--r-- 1 libvirt-qemu libvirt-qemu 303038464 Nov 27 18:13 /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/debian-testing-amd64-netinst.iso
File exists, will only re-download if a newer one is available...
13a6b54a2fef1e5b118f9f30ef2e1ab9  /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/debian-testing-amd64-netinst.iso
Debug log available at runtime at https://jenkins.debian.net/view/lvc/job/lvc_debian-testing-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

  @both-ui
  Scenario Outline: Install Debian, and boot to a login prompt        # /srv/jenkins/cucumber/features/install.feature:7
    Given I install a <target_ui> Debian system, in <install_ui> 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: 
      | install_ui | target_ui | login |
      | gui        | minimal   | VT    |
      | text       | non-GUI   | VT    |

  @debedu
  Scenario: Install default Debian-Edu                                                # /srv/jenkins/cucumber/features/install.feature:87
    Given a disk is created for Debian Edu tests                                      # /srv/jenkins/cucumber/features/step_definitions/snapshots.rb:112
    And I intend to use gui mode                                                      # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:127
    And I intend to boot with options: url=hands.com/d-i/bug/edu-plymouth/preseed.cfg # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:200
    And I start the computer                                                          # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:204
    And I select the install mode                                                     # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:277
    And I select British English                                                      # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:300
    And I select Main Server Debian-Edu profile                                       # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:473
      FindFailed: can not find d-i_gui_Edu-Profile.png on the screen.
      Line ?, in File ? (RuntimeError)
      /srv/jenkins/cucumber/features/install.feature:94:in `And I select Main Server Debian-Edu profile'
    And I use the Debian-Edu Automatic Partitioning                                   # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:508
    And I ignore Popcon                                                               # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:426
    And I set the root password to "rootme"                                           # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:320
    And I set the password for "Philip Hands" to be "verysecret"                      # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:340
    And I wait while the partitions are made                                          # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:562
    And I note that the Base system is being installed                                # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:380
    And I wait patiently for the package installation to start                        # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:568
    And I wait while the bulk of the packages are installed                           # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:572
    And I allow reboot after the install is complete                                  # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:640
    And I wait for the reboot                                                         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:645
    And I power off the computer                                                      # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:262
    And the computer is set to boot from ide drive                                    # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:155
    When I start the computer                                                         # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:204
    Then I should see a Gnome Login prompt                                            # /srv/jenkins/cucumber/features/step_definitions/common_steps.rb:649
      Scenario failed at time 00:33:14
      
      Screenshot: /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results/00:33:14_Install_default_Debian-Edu.png
      
      Video: /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results/00:33:14_Install_default_Debian-Edu.mpg

Artifacts directory: /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results

Failing Scenarios:
cucumber /srv/jenkins/cucumber/features/install.feature:87 # Scenario: Install default Debian-Edu

3 scenarios (1 failed, 2 passed)
27 steps (1 failed, 14 skipped, 12 passed)
33m13.866s
Domain snapshot boot-d-i-gui-to-tasksel deleted

Domain snapshot boot-d-i-text-to-tasksel deleted

Domain snapshot debian-gui-minimal-install deleted

Domain snapshot debian-text-non-GUI-install deleted

Domain snapshot disk-for-d-i deleted

Domain snapshot disk-for-deb-edu deleted

Mon Nov 28 01:26:33 UTC 2016 - /srv/jenkins/bin/lvc.sh stopped running as /tmp/jenkins-script-3xNTqvr8, which will now be removed.

SSH EXIT CODE: 1
Mon 28 Nov 01:26:33 UTC 2016 - retrieving artifacts.
+ mkdir -p <https://jenkins.debian.net/job/lvc_debian-testing-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-testing-daily/workspace/results/ <https://jenkins.debian.net/job/lvc_debian-testing-daily/ws/results/>
receiving incremental file list
deleting 00:32:14_Install_default_Debian-Edu.png
deleting 00:32:14_Install_default_Debian-Edu.mpg
00:33:14_Install_default_Debian-Edu.mpg
00:33:14_Install_default_Debian-Edu.png
__gui___minimal___VT__.mpg
__text___non-GUI___VT__.mpg
debug.log

sent 21,227 bytes  received 6,871,054 bytes  4,594,854.00 bytes/sec
total size is 6,896,113  speedup is 1.00
+ ssh -o 'BatchMode = yes' -p 22 profitbricks-build10-amd64.debian.net 'rm -r /var/lib/jenkins/jobs/lvc_debian-testing-daily/workspace/results'
+ exit 1
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list